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 SummaryNested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshallerorg.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext
- 
Constructor SummaryConstructorsConstructorDescriptionSessionAttributeRawMarshaller(JavaSerializationMarshaller javaSerializationMarshaller) 
- 
Method SummaryModifier and TypeMethodDescriptionread(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) voidwrite(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MapSessionProtoAdapter.SessionAttribute attribute) Methods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBasereadMessage, writeMessage, writeNestedMessage
- 
Constructor Details- 
SessionAttributeRawMarshaller
 
- 
- 
Method Details- 
getJavaClass- Specified by:
- getJavaClassin interface- org.infinispan.protostream.BaseMarshaller<MapSessionProtoAdapter.SessionAttribute>
 
- 
getTypeName- Specified by:
- getTypeNamein interface- org.infinispan.protostream.BaseMarshaller<MapSessionProtoAdapter.SessionAttribute>
 
- 
readpublic MapSessionProtoAdapter.SessionAttribute read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) throws IOException - Specified by:
- readin interface- org.infinispan.protostream.ProtobufTagMarshaller<MapSessionProtoAdapter.SessionAttribute>
- Throws:
- IOException
 
- 
writepublic void write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MapSessionProtoAdapter.SessionAttribute attribute) throws IOException - Specified by:
- writein interface- org.infinispan.protostream.ProtobufTagMarshaller<MapSessionProtoAdapter.SessionAttribute>
- Throws:
- IOException
 
 
-