Class JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324
- java.lang.Object
-
- org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
-
- org.infinispan.remoting.transport.jgroups.JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<JGroupsAddress>
,org.infinispan.protostream.ProtobufTagMarshaller<JGroupsAddress>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public final class JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324 extends org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase implements org.infinispan.protostream.ProtobufTagMarshaller<JGroupsAddress>
WARNING: Generated code! Do not edit!
-
-
Constructor Summary
Constructors Constructor Description JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<JGroupsAddress>
getJavaClass()
String
getTypeName()
JGroupsAddress
read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
void
write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, JGroupsAddress $2)
-
-
-
Method Detail
-
getJavaClass
public Class<JGroupsAddress> getJavaClass()
- Specified by:
getJavaClass
in interfaceorg.infinispan.protostream.BaseMarshaller<JGroupsAddress>
-
getTypeName
public String getTypeName()
- Specified by:
getTypeName
in interfaceorg.infinispan.protostream.BaseMarshaller<JGroupsAddress>
-
read
public JGroupsAddress read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) throws IOException
- Specified by:
read
in interfaceorg.infinispan.protostream.ProtobufTagMarshaller<JGroupsAddress>
- Throws:
IOException
-
write
public void write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, JGroupsAddress $2) throws IOException
- Specified by:
write
in interfaceorg.infinispan.protostream.ProtobufTagMarshaller<JGroupsAddress>
- Throws:
IOException
-
-