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