Description
Serialize a wider range of Python objects than the standard pickle module can handle. It is useful for notebooks, multiprocessing, distributed computing, and experiments that need to move functions or interpreter state.
This is a developer library and serialized data must be treated as unsafe when it comes from untrusted sources. Loading malicious pickle-like content can execute code, so only deserialize data you trust.