Class UserFederationLinkRemovedEvent.ExternalizerImpl
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.events.UserFederationLinkRemovedEvent.ExternalizerImpl
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.Externalizer<UserFederationLinkRemovedEvent>
- Enclosing class:
- UserFederationLinkRemovedEvent
public static class UserFederationLinkRemovedEvent.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<UserFederationLinkRemovedEvent>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalizerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserFederationLinkRemovedEvent
readObject(ObjectInput input)
UserFederationLinkRemovedEvent
readObjectVersion1(ObjectInput input)
void
writeObject(ObjectOutput output, UserFederationLinkRemovedEvent obj)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, UserFederationLinkRemovedEvent obj) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<UserFederationLinkRemovedEvent>
- Throws:
IOException
-
readObject
public UserFederationLinkRemovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<UserFederationLinkRemovedEvent>
- Throws:
IOException
ClassNotFoundException
-
readObjectVersion1
public UserFederationLinkRemovedEvent readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-