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

Reply via email to