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