Class InIdentityProviderPredicate.ExternalizerImpl
java.lang.Object
org.keycloak.models.cache.infinispan.stream.InIdentityProviderPredicate.ExternalizerImpl
- All Implemented Interfaces:
- Serializable,- org.infinispan.commons.marshall.Externalizer<InIdentityProviderPredicate>
- Enclosing class:
- InIdentityProviderPredicate
public static class InIdentityProviderPredicate.ExternalizerImpl
extends Object
implements org.infinispan.commons.marshall.Externalizer<InIdentityProviderPredicate>
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionreadObject(ObjectInput input) readObjectVersion1(ObjectInput input) voidwriteObject(ObjectOutput output, InIdentityProviderPredicate obj) 
- 
Constructor Details- 
ExternalizerImplpublic ExternalizerImpl()
 
- 
- 
Method Details- 
writeObject- Specified by:
- writeObjectin interface- org.infinispan.commons.marshall.Externalizer<InIdentityProviderPredicate>
- Throws:
- IOException
 
- 
readObjectpublic InIdentityProviderPredicate readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
- readObjectin interface- org.infinispan.commons.marshall.Externalizer<InIdentityProviderPredicate>
- Throws:
- IOException
- ClassNotFoundException
 
- 
readObjectVersion1public InIdentityProviderPredicate readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
 
-