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 Integer
getId()
Set<Class<? extends FutureUpdate>>
getTypeClasses()
FutureUpdate
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, FutureUpdate object)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, FutureUpdate object) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<FutureUpdate>
- Throws:
IOException
-
readObject
public FutureUpdate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<FutureUpdate>
- Throws:
IOException
ClassNotFoundException
-
getTypeClasses
public Set<Class<? extends FutureUpdate>> getTypeClasses()
- Specified by:
getTypeClasses
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<FutureUpdate>
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<FutureUpdate>
-
-