Documentation
¶
Overview ¶
Package cereal implements access to python cerealizer archives.
Cerealizer is a "secure pickle-like" python module that serializes python objects into a data stream that can be saved and read for later use. It was written by Jean-Baptiste "Jiba" Lamy and is available at:
https://pypi.org/project/Cerealizer/
This package provides a pure Go implementation to decode and unmarshal data stored by python programs using the cerealizer library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.