@hackage binary0.2
Binary serialization using lazy ByteStrings
Installation
CustomDependencies (1)
Dependents (1318)
@hackage/Cabal, @hackage/mnist-idx, @hackage/qrcode-core, @hackage/greenclip, @hackage/data-r-tree, @hackage/ethereum-merkle-patricia-db, Show all…
binary: efficient, pure binary serialisation using lazy ByteStrings
The 'binary' package provides Data.Binary, containing the Binary class, and associated methods, for serialising values to and from lazy ByteStrings.
A key feature of 'binary' is that the interface is both pure, and efficient.
The 'binary' package is portable to GHC and Hugs.
Building:
runhaskell Setup.hs configure
runhaskell Setup.hs build
runhaskell Setup.hs install
First: import Data.Binary
and then write an instance of Binary for the type you wish to serialise. More information in the haddock documentation.
Contributors:
Lennart Kolmodin
Duncan Coutts
Don Stewart
Spencer Janssen
David Himmelstrup
Björn Bringert
Ross Paterson
Einar Karttunen