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