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