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