std.serialization: pre-voting review / discussion

Jacob Carlborg doob at me.com
Tue Aug 20 23:53:29 PDT 2013


On 2013-08-21 08:45, ilya-stromberg wrote:

> Also, we can provide a default Archiver type, for example XmlArchiver or
> BinaryArchiver:
> auto serialize(Archiver = BinaryArchiver, R)(R InputRange);
> //Use default Archiver type
> InputRange.serialize.zip.save("file");

That's the plan.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list