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