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:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Set<Class<? extends IckleProtobufFilterAndConverter>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, IckleProtobufFilterAndConverter filterAndConverter)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
writeObject
public void writeObject(ObjectOutput output, IckleProtobufFilterAndConverter filterAndConverter) throws IOException - Throws:
IOException
-
readObject
public IckleProtobufFilterAndConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<IckleProtobufFilterAndConverter>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<IckleProtobufFilterAndConverter>
-
getTypeClasses
-