Description
Provides binary serialization for Haskell values. Serialization turns in-memory data into bytes that can be stored, transmitted, or read back later.
It is useful for caches, protocols, file formats, inter-process communication, and persistent data. It is a developer library and applications still need compatibility and versioning plans for long-lived data.