A pure Javascript implemented parser for Python pickle format
-
Updated
Jul 3, 2024 - TypeScript
A pure Javascript implemented parser for Python pickle format
object serialization. ... “Pickling” is the process whereby a Python object hierarchy is converted into a byte stream, and “unpickling” is the inverse operation, whereby a byte stream is converted back into an object hierarchy.
Add a description, image, and links to the unpickling topic page so that developers can more easily learn about it.
To associate your repository with the unpickling topic, visit your repo's landing page and select "manage topics."