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