public interface IObjectPickler
| Modifier and Type | Method and Description |
|---|---|
void |
pickle(Object o,
OutputStream out,
Pickler currentPickler)
Pickle an object.
|
void pickle(Object o, OutputStream out, Pickler currentPickler) throws PickleException, IOException
PickleExceptionIOExceptionCopyright © 2015. All rights reserved.