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