Class Tombstone.ExcludeTombstonesFilterExternalizer
java.lang.Object
org.infinispan.hibernate.cache.commons.util.Tombstone.ExcludeTombstonesFilterExternalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<Tombstone.ExcludeTombstonesFilter>,org.infinispan.commons.marshall.Externalizer<Tombstone.ExcludeTombstonesFilter>
- Enclosing class:
- Tombstone
public static class Tombstone.ExcludeTombstonesFilterExternalizer
extends Object
implements org.infinispan.commons.marshall.AdvancedExternalizer<Tombstone.ExcludeTombstonesFilter>
- 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 Tombstone.ExcludeTombstonesFilter>>readObject(ObjectInput input) voidwriteObject(ObjectOutput output, Tombstone.ExcludeTombstonesFilter object)
-
Constructor Details
-
ExcludeTombstonesFilterExternalizer
public ExcludeTombstonesFilterExternalizer()
-
-
Method Details
-
getTypeClasses
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<Tombstone.ExcludeTombstonesFilter>
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<Tombstone.ExcludeTombstonesFilter>
-
writeObject
public void writeObject(ObjectOutput output, Tombstone.ExcludeTombstonesFilter object) throws IOException - Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<Tombstone.ExcludeTombstonesFilter>- Throws:
IOException
-
readObject
public Tombstone.ExcludeTombstonesFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<Tombstone.ExcludeTombstonesFilter>- Throws:
IOExceptionClassNotFoundException
-