public abstract class AbstractFunctionExternalizer<T,C,F extends AbstractFunction<T,C>> extends Object implements org.wildfly.clustering.marshalling.Externalizer<F>, Function<T,F>
AbstractFunction.| Constructor and Description |
|---|
AbstractFunctionExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
F |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
F function) |
public void writeObject(ObjectOutput output, F function) throws IOException
writeObject in interface org.wildfly.clustering.marshalling.Externalizer<F extends AbstractFunction<T,C>>IOExceptionpublic F readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.wildfly.clustering.marshalling.Externalizer<F extends AbstractFunction<T,C>>IOExceptionClassNotFoundExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.