Class ClientMappingMarshaller
java.lang.Object
org.wildfly.clustering.ejb.infinispan.network.ClientMappingMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.as.network.ClientMapping>,org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.as.network.ClientMapping>,Marshallable<org.jboss.as.network.ClientMapping>,ProtoStreamMarshaller<org.jboss.as.network.ClientMapping>,Readable<org.jboss.as.network.ClientMapping>,Writable<org.jboss.as.network.ClientMapping>
public class ClientMappingMarshaller
extends Object
implements ProtoStreamMarshaller<org.jboss.as.network.ClientMapping>
ProtoStream marshaller for a
ClientMapping.- 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
Modifier and TypeMethodDescriptionClass<? extends org.jboss.as.network.ClientMapping>org.jboss.as.network.ClientMappingreadFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, org.jboss.as.network.ClientMapping mapping) Methods 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
-
ClientMappingMarshaller
public ClientMappingMarshaller()
-
-
Method Details
-
readFrom
- Specified by:
readFromin interfaceReadable<org.jboss.as.network.ClientMapping>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.as.network.ClientMapping mapping) throws IOException - Specified by:
writeToin interfaceWritable<org.jboss.as.network.ClientMapping>- Throws:
IOException
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.jboss.as.network.ClientMapping>- Specified by:
getJavaClassin interfaceMarshallable<org.jboss.as.network.ClientMapping>
-