Description
Serializes and deserializes data with MessagePack, a compact binary format. It helps Python applications exchange structured data efficiently with services, files, caches, and other programming languages.
Binary serialized data should be treated as untrusted input when it comes from outside the application. Validate decoded values before using them for decisions or writes.