Class InRealmPredicate.ExternalizerImpl
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.stream.InRealmPredicate.ExternalizerImpl
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.Externalizer<InRealmPredicate>
- Enclosing class:
- InRealmPredicate
public static class InRealmPredicate.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<InRealmPredicate>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalizerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InRealmPredicatereadObject(ObjectInput input)InRealmPredicatereadObjectVersion1(ObjectInput input)voidwriteObject(ObjectOutput output, InRealmPredicate obj)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, InRealmPredicate obj) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<InRealmPredicate>- Throws:
IOException
-
readObject
public InRealmPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<InRealmPredicate>- Throws:
IOExceptionClassNotFoundException
-
readObjectVersion1
public InRealmPredicate readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-