Package org.infinispan.util
Class ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a
- java.lang.Object
-
- org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
-
- org.infinispan.util.ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<ByteString>
,org.infinispan.protostream.RawProtobufMarshaller<ByteString>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public final class ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a extends org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase implements org.infinispan.protostream.RawProtobufMarshaller<ByteString>
WARNING: Generated code!
-
-
Constructor Summary
Constructors Constructor Description ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<ByteString>
getJavaClass()
java.lang.String
getTypeName()
ByteString
readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)
void
writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, ByteString $3)
-
-
-
Method Detail
-
getJavaClass
public java.lang.Class<ByteString> getJavaClass()
- Specified by:
getJavaClass
in interfaceorg.infinispan.protostream.BaseMarshaller<ByteString>
-
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName
in interfaceorg.infinispan.protostream.BaseMarshaller<ByteString>
-
readFrom
public ByteString readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2) throws java.io.IOException
- Specified by:
readFrom
in interfaceorg.infinispan.protostream.RawProtobufMarshaller<ByteString>
- Throws:
java.io.IOException
-
writeTo
public void writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, ByteString $3) throws java.io.IOException
- Specified by:
writeTo
in interfaceorg.infinispan.protostream.RawProtobufMarshaller<ByteString>
- Throws:
java.io.IOException
-
-