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

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Thu Jun 9 09:27:34 CEST 2011


On 9 June 2011 17: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.

Well, the obvious solution is to just use show and read... though if
you want something more efficient, have a look at binary and cereal on
Hackage.

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list