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>
IOException
public UserSessionPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject
in interface org.infinispan.commons.marshall.Externalizer<UserSessionPredicate>
IOException
ClassNotFoundException
public UserSessionPredicate readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public UserSessionPredicate readObjectVersion2(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2020 JBoss by Red Hat. All rights reserved.