Description
A variation of Data.Dynamic.Dynamic with a Binary instance.
Description
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.