[Haskell-cafe] Data.List / Map: simple serialization?

Max Bolingbroke batterseapower at hotmail.com
Thu Jun 9 09:31:23 CEST 2011


If you want plain text serialization, "writeFile "output.txt" . show"
and "fmap read (readFile "output.txt")" should suffice...

Max

On 9 June 2011 08:23, Dmitri O.Kondratiev <dokondr at gmail.com> wrote:
> Hello,
> Please advise on existing serialization libraries.
> I need a simple way to serialize Data.List and Data.Map  to plain text
> files.
>
> Thanks,
> Dmitri
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



More information about the Haskell-Cafe mailing list