Data-Serializer =============== [![Hackage](https://img.shields.io/hackage/v/data-serializer.svg)](http://hackage.haskell.org/package/data-serializer) This package provides a common API for serialization libraries like [binary](http://hackage.haskell.org/package/binary) and [cereal](http://hackage.haskell.org/package/cereal). Installation ------------ The usual: $ cabal install