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