<div>Hi all,<br></div><div><br></div><div>Can anyone recommend any articles relating to de/serialization in Haskell?  I&#39;ve been reading these:</div><div><br></div><div>- <a href="http://hackage.haskell.org/packages/archive/binary/0.4.1/doc/html/Data-Binary.html">http://hackage.haskell.org/packages/archive/binary/0.4.1/doc/html/Data-Binary.html</a> </div>
<div>- <a href="http://en.wikipedia.org/wiki/Serialization#Haskell">http://en.wikipedia.org/wiki/Serialization#Haskell</a></div><div>- <a href="http://www.haskell.org/tutorial/stdclasses.html">http://www.haskell.org/tutorial/stdclasses.html</a> (The Read/Show bits)</div>
<div><br></div><div>...and I&#39;d like some more examples etc.</div><div><br></div><div>My situation is basically this, I have a non-Haskell black-box tuple space (<a href="http://en.wikipedia.org/wiki/Tuple_space">http://en.wikipedia.org/wiki/Tuple_space</a>) which I want to use Haskell to read/write data from/into.  I had trouble understanding how Read/Show could help me here.  Data.Binary made more sense, but like I say, I&#39;d really like to find some more articles and examples.</div>
<div><br></div><div>Even apart from the tuple space stuff.  I&#39;m trying to piece together in my mind how I&#39;d read some serialized data from anywhere and turn that into a Haskell data type in a nicely reusable way.</div>
<div><br></div><div>I&#39;ve been flicking through Real World Haskell and couldn&#39;t see much that I found helpful for this.</div><div><br></div><div>Many thanks,</div><div><br></div><div>Tom</div>