Class UserSessionPredicate.ExternalizerImpl
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.stream.UserSessionPredicate.ExternalizerImpl
 
- 
- All Implemented Interfaces:
- Serializable,- org.infinispan.commons.marshall.Externalizer<UserSessionPredicate>
 - Enclosing class:
- UserSessionPredicate
 
 public static class UserSessionPredicate.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<UserSessionPredicate> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ExternalizerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSessionPredicatereadObject(ObjectInput input)UserSessionPredicatereadObjectVersion1(ObjectInput input)UserSessionPredicatereadObjectVersion2(ObjectInput input)voidwriteObject(ObjectOutput output, UserSessionPredicate obj)
 
- 
- 
- 
Method Detail- 
writeObjectpublic void writeObject(ObjectOutput output, UserSessionPredicate obj) throws IOException - Specified by:
- writeObjectin interface- org.infinispan.commons.marshall.Externalizer<UserSessionPredicate>
- Throws:
- IOException
 
 - 
readObjectpublic UserSessionPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
- readObjectin interface- org.infinispan.commons.marshall.Externalizer<UserSessionPredicate>
- Throws:
- IOException
- ClassNotFoundException
 
 - 
readObjectVersion1public UserSessionPredicate readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
 - 
readObjectVersion2public UserSessionPredicate readObjectVersion2(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
 
- 
 
-