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