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 <doko...@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@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to