Class UUIDMarshaller
java.lang.Object
org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<org.jgroups.util.UUID,UUID>
org.wildfly.clustering.server.infinispan.group.UUIDMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jgroups.util.UUID>,org.infinispan.protostream.ProtobufTagMarshaller<org.jgroups.util.UUID>,Marshallable<org.jgroups.util.UUID>,ProtoStreamMarshaller<org.jgroups.util.UUID>,Readable<org.jgroups.util.UUID>,Writable<org.jgroups.util.UUID>
Marshaller for a
UUID address.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
getJavaClass, readFrom, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
Constructor Details
-
UUIDMarshaller
public UUIDMarshaller()
-