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