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