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