Cerealed v0.2.0 - a(nother) D serialisation library

Jacob Carlborg doob at me.com
Wed Nov 20 09:47:07 PST 2013


On 2013-11-20 18:26, Atila Neves wrote:

> Ah, I see. No, it won't. Which answers the other question about
> serialising references to objects. I'm told this is a common problem,
> but this being my first bash at a serialisation library...

It's a lot easier to add support for references than slices. The reason 
is that you always know when there is a reference type. With arrays you 
don't know if it's a slice of some array or an actual array. The type 
system treats both slices and arrays the same.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list