bindynamic

A variation of Data.Dynamic.Dynamic with a Binary instance

https://github.com/lspitzner/bindynamic

Latest on Hackage:1.0.0.1@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Lennart Spitzner
Maintained by Lennart Spitzner

This Dynamic is instance Binary by encapsulating only values of types that are Binary. It is a bit more efficient than something similar to (ByteString, TypeRep) as it avoids unnecessary encode/decoding round-trips.