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