www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How should I do object serialization?

reply Enjoys Math <enjoysmath gmail.com> writes:
I'm not looking for anything advanced, just serialization of some 
of my own types (classes & structs).

I've seen:
http://wiki.dlang.org/Review/std.serialization

However, I don't see std.serialization in my dmd source tree:
v2.070.0-b2

So where is the /official/ home for D object serialization?

Thanks.
Jan 27 2016
parent Saurabh Das <saurabh.das gmail.com> writes:
On Thursday, 28 January 2016 at 04:27:31 UTC, Enjoys Math wrote:
 I'm not looking for anything advanced, just serialization of 
 some of my own types (classes & structs).

 I've seen:
 http://wiki.dlang.org/Review/std.serialization

 However, I don't see std.serialization in my dmd source tree:
 v2.070.0-b2

 So where is the /official/ home for D object serialization?

 Thanks.
Give http://code.dlang.org/packages/cerealed a try.
Jan 27 2016