Class MarshallableDeque.Marshaller

java.lang.Object
org.infinispan.protostream.GeneratedMarshallerBase
org.infinispan.marshall.protostream.impl.MarshallableDeque.Marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection>, org.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection>
Enclosing class:
MarshallableDeque<T>

public static class MarshallableDeque.Marshaller extends org.infinispan.protostream.GeneratedMarshallerBase
Since:
16.0
Author:
Ryan Emerson
  • 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
  • Field Summary

    Fields inherited from interface org.infinispan.protostream.BaseMarshaller

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection
    read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx)
     
    void
    write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection abstractMarshallableCollection)
     

    Methods inherited from class org.infinispan.protostream.GeneratedMarshallerBase

    readByteTag, readMessage, writeMessage, writeNestedMessage

    Methods inherited from class Object

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

    Methods inherited from interface org.infinispan.protostream.BaseMarshaller

    getSubClassNames
  • Constructor Details

  • Method Details

    • getJavaClass

      public Class<MarshallableDeque> getJavaClass()
    • read

      public org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) throws IOException
      Specified by:
      read in interface org.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection>
      Throws:
      IOException
    • write

      public void write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection abstractMarshallableCollection) throws IOException
      Specified by:
      write in interface org.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection>
      Throws:
      IOException
    • getTypeName

      public String getTypeName()
      Specified by:
      getTypeName in interface org.infinispan.protostream.BaseMarshaller<org.infinispan.marshall.protostream.impl.AbstractMarshallableCollection>