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