public static class AuthenticatedClientSessionEntity.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<AuthenticatedClientSessionEntity>
| Constructor and Description |
|---|
ExternalizerImpl() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedClientSessionEntity |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
AuthenticatedClientSessionEntity session) |
public void writeObject(ObjectOutput output, AuthenticatedClientSessionEntity session) throws IOException
writeObject in interface org.infinispan.commons.marshall.Externalizer<AuthenticatedClientSessionEntity>IOExceptionpublic AuthenticatedClientSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.infinispan.commons.marshall.Externalizer<AuthenticatedClientSessionEntity>IOExceptionClassNotFoundExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.