public static class UserFederationLinkUpdatedEvent.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<UserFederationLinkUpdatedEvent>
Constructor and Description |
---|
ExternalizerImpl() |
Modifier and Type | Method and Description |
---|---|
UserFederationLinkUpdatedEvent |
readObject(ObjectInput input) |
UserFederationLinkUpdatedEvent |
readObjectVersion1(ObjectInput input) |
void |
writeObject(ObjectOutput output,
UserFederationLinkUpdatedEvent obj) |
public void writeObject(ObjectOutput output, UserFederationLinkUpdatedEvent obj) throws IOException
writeObject
in interface org.infinispan.commons.marshall.Externalizer<UserFederationLinkUpdatedEvent>
IOException
public UserFederationLinkUpdatedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject
in interface org.infinispan.commons.marshall.Externalizer<UserFederationLinkUpdatedEvent>
IOException
ClassNotFoundException
public UserFederationLinkUpdatedEvent readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2021 JBoss by Red Hat. All rights reserved.