Package net.razorvine.pickle
Interface IObjectPickler
-
public interface IObjectPicklerInterface for Object Picklers used by the pickler, to pickle custom classes.- Author:
- Irmen de Jong (irmen@razorvine.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpickle(java.lang.Object o, java.io.OutputStream out, Pickler currentPickler)Pickle an object.
-
-
-
Method Detail
-
pickle
void pickle(java.lang.Object o, java.io.OutputStream out, Pickler currentPickler) throws PickleException, java.io.IOExceptionPickle an object.- Throws:
PickleExceptionjava.io.IOException
-
-