binary-generic-0.1: Generic binary serialisation using binary and syb.

Stabilityexperimental
MaintainerLars Petersen <info@lars-petersen.net>

Data.Binary.Generic

Description

The following primitive datatypes are used as basecases and get serialized according to their instances of Data.Binary:

Float and Double are serialized according to IEEE754. For any algebraic datatype just make it an instance of class Data.Data by simply deriving Data on definition or try stand-alone-deriving.

Documentation