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