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.