Class ClientMappingsRegistryEntryMarshaller
- java.lang.Object
-
- org.wildfly.clustering.ejb.infinispan.network.ClientMappingsRegistryEntryMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<ClientMappingsRegistryEntry>,org.infinispan.protostream.ProtobufTagMarshaller<ClientMappingsRegistryEntry>,Marshallable<ClientMappingsRegistryEntry>,ProtoStreamMarshaller<ClientMappingsRegistryEntry>
public class ClientMappingsRegistryEntryMarshaller extends Object implements ProtoStreamMarshaller<ClientMappingsRegistryEntry>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ClientMappingsRegistryEntryMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ClientMappingsRegistryEntry>getJavaClass()ClientMappingsRegistryEntryreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, ClientMappingsRegistryEntry entry)-
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.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
readFrom
public ClientMappingsRegistryEntry readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<ClientMappingsRegistryEntry>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, ClientMappingsRegistryEntry entry) throws IOException
- Specified by:
writeToin interfaceMarshallable<ClientMappingsRegistryEntry>- Throws:
IOException
-
getJavaClass
public Class<? extends ClientMappingsRegistryEntry> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<ClientMappingsRegistryEntry>- Specified by:
getJavaClassin interfaceMarshallable<ClientMappingsRegistryEntry>
-
-