Description
Python objects can be serialized with a pickle-like approach designed to avoid some unsafe behavior associated with normal pickle loading. This is useful for applications that need structured persistence while reducing deserialization risk.
It is a developer library, not a complete security boundary. Applications should still validate data origin, version compatibility, and allowed object types before trusting serialized content.