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