Package org.infinispan.marshall.exts
Class UuidExternalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<UUID>
-
- org.infinispan.marshall.exts.UuidExternalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<UUID>
,org.infinispan.commons.marshall.Externalizer<UUID>
public final class UuidExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<UUID>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UuidExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends UUID>>
getTypeClasses()
UUID
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, UUID object)
-
-
-
Method Detail
-
getId
public Integer getId()
-
writeObject
public void writeObject(ObjectOutput output, UUID object) throws IOException
- Throws:
IOException
-
readObject
public UUID readObject(ObjectInput input) throws IOException
- Throws:
IOException
-
-