[Haskell-cafe] binary serialization

Don Stewart dons at galois.com
Wed Mar 4 20:04:07 EST 2009


fft1976:
> Is there a way to do binary serialization of Haskell values (in GHC,
> at least)? If you propose a method, what are its type safety and
> portability properties?

There are many ways. See Data.Binary (fast, portable). Most are type
safe, or additional safety can be added.


More information about the Haskell-Cafe mailing list