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