Binary data-structure serialization

Robert Jacques sandford at jhu.edu
Thu Jun 3 17:27:56 PDT 2010


On Sun, 30 May 2010 06:38:10 -0400, Robert <robert.muench at robertmuench.de>  
wrote:

> Hi, are there are any projectes / snippets / prototypes where someone  
> tried to serializa D run-time data-structures (like an associative  
> array) into a file?
>
> --
> Robert M. Münch
> http://www.robertmuench.de
>

I've written a JSON serializer/de-serializer which uses compile time type  
reflection. Doesn't handle cycles or polymorphism yet, but I'd gladly  
share it if you (or others) are interested.


More information about the Digitalmars-d mailing list