public interface IObjectPickler
| Modifier and Type | Method and Description |
|---|---|
void |
pickle(java.lang.Object o,
java.io.OutputStream out,
Pickler currentPickler)
Pickle an object.
|
void pickle(java.lang.Object o,
java.io.OutputStream out,
Pickler currentPickler)
throws PickleException,
java.io.IOException
PickleExceptionjava.io.IOExceptionCopyright © 2019. All Rights Reserved.