Description
A Haskell library that shares serialization code between the binary and cereal ecosystems. It helps developers support both APIs without duplicating the same encoding and decoding logic.
Use it when a library needs to interoperate with projects that choose different Haskell serialization packages. Shared code still needs compatibility tests for each backend.