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>
public class UUIDMarshaller extends FunctionalMarshaller<org.jgroups.util.UUID,UUID>
Marshaller for aUUIDaddress.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description UUIDMarshaller()
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
getJavaClass, readFrom, writeTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-