[Haskell-cafe] How to serialize thunks?

Joachim Durchholz jo at durchholz.org
Wed Dec 20 17:03:42 EST 2006


I have skimmed the serialization libraries on haskell.org (NewBinary, 
SerTH, AltBinary, HsSyck, GenericSerialize).

I'm under the impression that these all force the data that they serialize.
Is that correct?
If yes: are there workarounds? I'd really like to be able to use 
infinite data structures in the data that I serialize.

Regards,
Jo



More information about the Haskell-Cafe mailing list