summaryrefslogtreecommitdiffstats
path: root/python/cloudpickle/README
blob: 6feb3ec2d4c77ea668ce5670cfdb3ebedd6a8e92 (plain)
cloudpickle is an extended pickling support for Python objects. 
It makes possible to serialize Python constructs not supported by 
the default pickle module from the Python standard library.