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