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