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