jlaine / node-jpickle

Full-javascript parser for Python's pickle format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does it recreate a new object?

ejtraderPlugins opened this issue · comments

does it make a snapshot of an object like python using pickle, or recreate a new object?

There is no support for serializing / unserializing arbitrary Python objects in this implementation.. because it's not running in Python!