Object Serialization?
David Nadlinger
see at klickverbot.at
Tue Apr 24 09:45:42 PDT 2012
On Tuesday, 24 April 2012 at 16:42:19 UTC, dcoder wrote:
> I'm probably not looking hard enough, but.... Do we have any
> standard d-library for serializing an object/object tree into
> -for example- an xml file?
There is no standard library support yet, but you might want to
look at Orange (full fledged D serialization library) or the
msgpack/Thrift D implementations (fast, lightweight, written with
primarily RPC in mind).
David
More information about the Digitalmars-d-learn
mailing list