Reflections on Serialization APIs in D
Jacob Carlborg
doob at me.com
Mon Nov 18 04:26:18 PST 2013
On 2013-11-18 12:25, "Per Nordlöw" <per.nordlow at gmail.com>" wrote:
> Is JSONSerialization somehow related to the upcoming std.serialization?
No.
> I feel that there is a big need for standardizing serialization in D.
> There are too many alternatives: dproto, msgpack, JSON, xml, etc should
> be made backends to the same frontend named std.serialization right?
The idea is that std.serialization can support many different archive
types (backends).
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list