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