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
PickleException
IOException
Copyright © 2016. All Rights Reserved.