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