Skip navigation links

Package net.razorvine.pickle

Java implementation of Python's pickle serialization protocol.

See: Description

Package net.razorvine.pickle Description

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:
4.13
Author:
Irmen de Jong (irmen@razorvine.net)
Skip navigation links

Copyright © 2016. All Rights Reserved.