Class MapSessionProtoAdapter.SessionAttributeRawMarshaller

java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.spring.common.session.MapSessionProtoAdapter.SessionAttributeRawMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<MapSessionProtoAdapter.SessionAttribute>, org.infinispan.protostream.ProtobufTagMarshaller<MapSessionProtoAdapter.SessionAttribute>
Enclosing class:
MapSessionProtoAdapter

public static final class MapSessionProtoAdapter.SessionAttributeRawMarshaller extends org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase implements org.infinispan.protostream.ProtobufTagMarshaller<MapSessionProtoAdapter.SessionAttribute>
Generated with protostream-processor and then adapted to use JavaSerializationMarshaller.

A raw marshaller is necessary because we need a JavaSerializationMarshaller instance, and MapSessionProtoAdapter must be stateless.

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase

    org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase.NestedWriter

    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
  • Constructor Summary

    Constructors
    Constructor
    Description
    SessionAttributeRawMarshaller(org.infinispan.commons.marshall.JavaSerializationMarshaller javaSerializationMarshaller)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx)
     
    void
    write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MapSessionProtoAdapter.SessionAttribute attribute)
     

    Methods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase

    readMessage, writeMessage, writeNestedMessage

    Methods inherited from class java.lang.Object

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