Package net.razorvine.pickle

Java implementation of Python's pickle serialization protocol. The Unpickler supports the all pickle protocols. The Pickler supports most of the protocol (level 2 only though). Python's data types are mapped on their Java equivalents and vice versa. Most basic data types and container types are supported by default. You can add custom object pickle and unpickle classes to extend this functionality.
Version:
1.5
Author:
Irmen de Jong (irmen@razorvine.net)