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