Class SessionAttributeMapEntryMarshaller
java.lang.Object
org.wildfly.clustering.web.cache.session.attributes.fine.SessionAttributeMapEntryMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>,org.infinispan.protostream.ProtobufTagMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>,Marshallable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>,ProtoStreamMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>,Readable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>,Writable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>
public class SessionAttributeMapEntryMarshaller
extends Object
implements ProtoStreamMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>readFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>> entry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
Constructor Details
-
SessionAttributeMapEntryMarshaller
public SessionAttributeMapEntryMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>- Specified by:
getJavaClassin interfaceMarshallable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>
-
readFrom
public SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>> readFrom(ProtoStreamReader reader) throws IOException - Specified by:
readFromin interfaceReadable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>> entry) throws IOException - Specified by:
writeToin interfaceWritable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>- Throws:
IOException
-