Class SessionAttributeKeyMarshaller
- java.lang.Object
-
- org.wildfly.clustering.web.hotrod.session.fine.SessionAttributeKeyMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<SessionAttributeKey>,org.infinispan.protostream.ProtobufTagMarshaller<SessionAttributeKey>,Marshallable<SessionAttributeKey>,ProtoStreamMarshaller<SessionAttributeKey>
public class SessionAttributeKeyMarshaller extends Object implements ProtoStreamMarshaller<SessionAttributeKey>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SessionAttributeKeyMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SessionAttributeKey>getJavaClass()SessionAttributeKeyreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, SessionAttributeKey key)-
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
-
readFrom
public SessionAttributeKey readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<SessionAttributeKey>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SessionAttributeKey key) throws IOException
- Specified by:
writeToin interfaceMarshallable<SessionAttributeKey>- Throws:
IOException
-
getJavaClass
public Class<? extends SessionAttributeKey> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SessionAttributeKey>- Specified by:
getJavaClassin interfaceMarshallable<SessionAttributeKey>
-
-