Class IpAddressUUIDMarshaller
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.group.IpAddressUUIDMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jgroups.stack.IpAddressUUID>,org.infinispan.protostream.ProtobufTagMarshaller<org.jgroups.stack.IpAddressUUID>,Marshallable<org.jgroups.stack.IpAddressUUID>,ProtoStreamMarshaller<org.jgroups.stack.IpAddressUUID>
public class IpAddressUUIDMarshaller extends Object implements ProtoStreamMarshaller<org.jgroups.stack.IpAddressUUID>
Marshaller forIpAddressUUIDaddresses.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description IpAddressUUIDMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.jgroups.stack.IpAddressUUID>getJavaClass()org.jgroups.stack.IpAddressUUIDreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, org.jgroups.stack.IpAddressUUID address)-
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
-
-
-
-
Method Detail
-
readFrom
public org.jgroups.stack.IpAddressUUID readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<org.jgroups.stack.IpAddressUUID>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jgroups.stack.IpAddressUUID address) throws IOException
- Specified by:
writeToin interfaceMarshallable<org.jgroups.stack.IpAddressUUID>- Throws:
IOException
-
getJavaClass
public Class<? extends org.jgroups.stack.IpAddressUUID> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.jgroups.stack.IpAddressUUID>- Specified by:
getJavaClassin interfaceMarshallable<org.jgroups.stack.IpAddressUUID>
-
-