blob: 4af4cbcbf16bea1231f16377864119e4e35c09a7 (
plain) (
blame)
1
2
3
4
5
6
7
|
Efficient, pure binary serialisation using lazy ByteStrings. Haskell
values may be encoded to and from binary formats, written to disk as
binary, or sent over the network. Serialisation speeds of over 1 G/sec
have been observed, so this library should be suitable for high
performance scenarios.
WWW: http://code.haskell.org/binary/
|