Hacker News with Generative AI: Data Serialization

Exploiting Python Pickles (davidhamann.de)
In a recent challenge I needed to get access to a system by exploiting the way Python deserializes data using the pickle module. In this article I want to give a quick introduction of how to pickle/unpickle data, highlight the issues that can arise when your program deals with data from untrusted sources and “dump” my own notes.
KEON is a human-readable Serde format that is syntactically similar to Rust (github.com/eternal-io)
KEON is a human readable object notation / serialization format that syntactic similar to Rust and completely supports Serde's data model.
Internet Object – New Age Data Serialization After JSON (internetobject.org)
Revolutionize your data exchange and storage with a format that's built for efficiency, clarity and reliability. A Text Based Data Serialization and Structured Storage Format Beyond JSON!
Show HN: Xfer, a data-transfer language (github.com/paulmooreparks)
Xfer is a data-serialization language that is designed to be a more flexible and more strictly-typed alternative to JSON.
Ziggy: Data serialization language for expressing API messages, config files (ziggy-lang.io)