public abstract class AbstractFunctionExternalizer<T,C,F extends AbstractFunction<T,C>> extends Object implements 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetClass, sizepublic void writeObject(ObjectOutput output, F function) throws IOException
writeObject in interface Externalizer<F extends AbstractFunction<T,C>>IOExceptionpublic F readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface Externalizer<F extends AbstractFunction<T,C>>IOExceptionClassNotFoundExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.