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:
-
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 FutureUpdate>> readObject(ObjectInput input) voidwriteObject(ObjectOutput output, FutureUpdate object)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<FutureUpdate>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<FutureUpdate>- Throws:
IOExceptionClassNotFoundException
-
getTypeClasses
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<FutureUpdate>
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<FutureUpdate>
-