Description
Provides Binary instances for Haskell text types. Binary instances let text values be serialized and deserialized with libraries that use the Binary class.
It is useful for caches, file formats, protocols, tests, and compatibility with older serialization code. It is a developer library and long-lived formats still need versioning and encoding awareness.