Class IckleProtobufFilterAndConverter.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<IckleProtobufFilterAndConverter>
-
- org.infinispan.query.remote.impl.filter.IckleProtobufFilterAndConverter.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<IckleProtobufFilterAndConverter>,org.infinispan.commons.marshall.Externalizer<IckleProtobufFilterAndConverter>
- Enclosing class:
- IckleProtobufFilterAndConverter
public static final class IckleProtobufFilterAndConverter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<IckleProtobufFilterAndConverter>
- 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 IckleProtobufFilterAndConverter>>getTypeClasses()IckleProtobufFilterAndConverterreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, IckleProtobufFilterAndConverter filterAndConverter)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, IckleProtobufFilterAndConverter filterAndConverter) throws IOException
- Throws:
IOException
-
readObject
public IckleProtobufFilterAndConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<IckleProtobufFilterAndConverter>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<IckleProtobufFilterAndConverter>
-
getTypeClasses
public Set<Class<? extends IckleProtobufFilterAndConverter>> getTypeClasses()
-
-