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 <[email protected]> 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 > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
