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