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
-
-
Constructor Summary
Constructors Constructor Description SessionAttributeMapEntryMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>getJavaClass()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, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
getJavaClass
public Class<? extends SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>> 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
-
-