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