Class EmbeddedMetadataMarshaller<MD extends org.infinispan.metadata.EmbeddedMetadata>

java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.metadata.EmbeddedMetadataMarshaller<MD>
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.infinispan.metadata.EmbeddedMetadata>, org.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.metadata.EmbeddedMetadata>, org.wildfly.clustering.marshalling.protostream.Marshallable<org.infinispan.metadata.EmbeddedMetadata>, org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<org.infinispan.metadata.EmbeddedMetadata>, org.wildfly.clustering.marshalling.protostream.Readable<org.infinispan.metadata.EmbeddedMetadata>, org.wildfly.clustering.marshalling.protostream.Writable<org.infinispan.metadata.EmbeddedMetadata>

public class EmbeddedMetadataMarshaller<MD extends org.infinispan.metadata.EmbeddedMetadata> extends Object implements org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<org.infinispan.metadata.EmbeddedMetadata>
Marshaller for EmbeddedMetaData types.
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller

    org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends org.infinispan.metadata.EmbeddedMetadata>
     
    org.infinispan.metadata.EmbeddedMetadata
    readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader)
     
    void
    writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, org.infinispan.metadata.EmbeddedMetadata metadata)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable

    size

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller

    getTypeName, read, wrap, wrap, write
  • Method Details

    • readFrom

      public org.infinispan.metadata.EmbeddedMetadata readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader) throws IOException
      Specified by:
      readFrom in interface org.wildfly.clustering.marshalling.protostream.Readable<MD extends org.infinispan.metadata.EmbeddedMetadata>
      Throws:
      IOException
    • writeTo

      public void writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, org.infinispan.metadata.EmbeddedMetadata metadata) throws IOException
      Specified by:
      writeTo in interface org.wildfly.clustering.marshalling.protostream.Writable<MD extends org.infinispan.metadata.EmbeddedMetadata>
      Throws:
      IOException
    • getJavaClass

      public Class<? extends org.infinispan.metadata.EmbeddedMetadata> getJavaClass()
      Specified by:
      getJavaClass in interface org.infinispan.protostream.BaseMarshaller<MD extends org.infinispan.metadata.EmbeddedMetadata>
      Specified by:
      getJavaClass in interface org.wildfly.clustering.marshalling.protostream.Marshallable<MD extends org.infinispan.metadata.EmbeddedMetadata>