Class IckleBinaryProtobufFilterAndConverter.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<IckleBinaryProtobufFilterAndConverter>
-
- org.infinispan.query.remote.impl.filter.IckleBinaryProtobufFilterAndConverter.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<IckleBinaryProtobufFilterAndConverter>,org.infinispan.commons.marshall.Externalizer<IckleBinaryProtobufFilterAndConverter>
- Enclosing class:
- IckleBinaryProtobufFilterAndConverter<K,V>
public static final class IckleBinaryProtobufFilterAndConverter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<IckleBinaryProtobufFilterAndConverter>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends IckleBinaryProtobufFilterAndConverter>>getTypeClasses()IckleBinaryProtobufFilterAndConverterreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, IckleBinaryProtobufFilterAndConverter object)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, IckleBinaryProtobufFilterAndConverter object) throws IOException
- Throws:
IOException
-
readObject
public IckleBinaryProtobufFilterAndConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<IckleBinaryProtobufFilterAndConverter>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<IckleBinaryProtobufFilterAndConverter>
-
getTypeClasses
public Set<Class<? extends IckleBinaryProtobufFilterAndConverter>> getTypeClasses()
-
-