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