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