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