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>
IOException
public GroupMovedEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject
in interface org.infinispan.commons.marshall.Externalizer<GroupMovedEvent>
IOException
ClassNotFoundException
public GroupMovedEvent readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2021 JBoss by Red Hat. All rights reserved.