Range interface for std.serialization

Jacob Carlborg doob at me.com
Mon Aug 26 07:26:11 PDT 2013


On 2013-08-26 15:42, Dicebot wrote:

> For me distinction was very natural. `(de)serializer` is something that
> takes care of D type introspection and provides it in simplified form to
> `(de)archiver` which embeds actual format knowledge. Former can get
> pretty tricky in D so it makes some sense to keep it separate.

I think he was referring to that there should be a separate deserializer 
from the serializer. And a separate unarchiver from the archiver.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list