Description
Adapts Python's pickle behavior for objects stored in ZODB, the Zope Object Database. It helps applications serialize and deserialize persistent Python objects in ways expected by ZODB.
Developers use it as a storage compatibility library. Pickle data can execute code when loaded, so never unpickle data from untrusted sources and protect database files from tampering.