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