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