Description
Provides fast binary serialization for Haskell. Serialization converts values into bytes for storage, transfer, caching, or communication between components.
It is useful for caches, file formats, network protocols, databases, and performance-sensitive persistence. It is a developer library and long-lived formats still need compatibility and versioning planning.