Description
Provides binary serialization with version control for Haskell. Versioned serialization helps applications read older saved data after data structures evolve.
It is useful for persistent application state, caches, save files, local databases, and long-lived binary formats. It is a developer library and applications still need migration and compatibility policies.