Class IckleFilterAndConverter.IckleFilterAndConverterExternalizer
java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<IckleFilterAndConverter>
org.infinispan.query.core.impl.eventfilter.IckleFilterAndConverter.IckleFilterAndConverterExternalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<IckleFilterAndConverter>,org.infinispan.commons.marshall.Externalizer<IckleFilterAndConverter>
- Enclosing class:
- IckleFilterAndConverter<K,
V>
public static final class IckleFilterAndConverter.IckleFilterAndConverterExternalizer
extends org.infinispan.commons.marshall.AbstractExternalizer<IckleFilterAndConverter>
- 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 IckleFilterAndConverter>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, IckleFilterAndConverter filterAndConverter)
-
Constructor Details
-
IckleFilterAndConverterExternalizer
public IckleFilterAndConverterExternalizer()
-
-
Method Details
-
writeObject
public void writeObject(ObjectOutput output, IckleFilterAndConverter filterAndConverter) throws IOException - Throws:
IOException
-
readObject
public IckleFilterAndConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<IckleFilterAndConverter>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<IckleFilterAndConverter>
-
getTypeClasses
-