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