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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) readObjectVersion1(ObjectInput input) voidwriteObject(ObjectOutput output, InRealmPredicate obj)
-
Constructor Details
-
ExternalizerImpl
public ExternalizerImpl()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<InRealmPredicate>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<InRealmPredicate>- Throws:
IOExceptionClassNotFoundException
-
readObjectVersion1
public InRealmPredicate readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-