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