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