std.jgrandson

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 4 07:20:50 PDT 2014


On Monday, 4 August 2014 at 09:10:46 UTC, Daniel Murphy wrote:

> This is exactly what I need in most projects.  Basic types, 
> arrays, AAs, and structs are usually enough.

I was more thinking only types that cannot be broken down in to 
smaller pieces, i.e. integer, floating point, bool and string. 
The serializer would break down the other types in to smaller 
pieces.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list