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
  • Constructor Details

    • ClientMappingMarshaller

      public ClientMappingMarshaller()
  • Method Details

    • readFrom

      public org.jboss.as.network.ClientMapping readFrom(ProtoStreamReader reader) throws IOException
      Specified by:
      readFrom in interface Readable<org.jboss.as.network.ClientMapping>
      Throws:
      IOException
    • writeTo

      public void writeTo(ProtoStreamWriter writer, org.jboss.as.network.ClientMapping mapping) throws IOException
      Specified by:
      writeTo in interface Writable<org.jboss.as.network.ClientMapping>
      Throws:
      IOException
    • getJavaClass

      public Class<? extends org.jboss.as.network.ClientMapping> getJavaClass()
      Specified by:
      getJavaClass in interface org.infinispan.protostream.BaseMarshaller<org.jboss.as.network.ClientMapping>
      Specified by:
      getJavaClass in interface Marshallable<org.jboss.as.network.ClientMapping>