Class UUIDMarshaller
- java.lang.Object
-
- org.infinispan.marshall.protostream.impl.marshallers.UUIDMarshaller
-
-
Constructor Summary
Constructors Constructor Description UUIDMarshaller(String typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends UUID>getJavaClass()StringgetTypeName()UUIDreadFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader)voidwriteTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, UUID uuid)
-
-
-
Constructor Detail
-
UUIDMarshaller
public UUIDMarshaller(String typeName)
- Parameters:
typeName- so that marshaller can be used in multiple contexts
-
-
Method Detail
-
readFrom
public UUID readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceorg.infinispan.protostream.MessageMarshaller<UUID>- Throws:
IOException
-
writeTo
public void writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, UUID uuid) throws IOException- Specified by:
writeToin interfaceorg.infinispan.protostream.MessageMarshaller<UUID>- Throws:
IOException
-
getJavaClass
public Class<? extends UUID> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<UUID>
-
-