public class SessionAttributeKeyMarshaller extends Object implements ProtoStreamMarshaller<SessionAttributeKey>
| Constructor and Description |
|---|
SessionAttributeKeyMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SessionAttributeKey> |
getJavaClass() |
SessionAttributeKey |
readFrom(ProtoStreamReader reader) |
void |
writeTo(ProtoStreamWriter writer,
SessionAttributeKey key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeName, readFrom, writeTosizepublic SessionAttributeKey readFrom(ProtoStreamReader reader) throws IOException
readFrom in interface Marshallable<SessionAttributeKey>IOExceptionpublic void writeTo(ProtoStreamWriter writer, SessionAttributeKey key) throws IOException
writeTo in interface Marshallable<SessionAttributeKey>IOExceptionpublic Class<? extends SessionAttributeKey> getJavaClass()
getJavaClass in interface org.infinispan.protostream.BaseMarshaller<SessionAttributeKey>getJavaClass in interface Marshallable<SessionAttributeKey>Copyright © 2021 JBoss by Red Hat. All rights reserved.