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