Request for review - std.serialization (orange)

Kagamin spam at here.lot
Mon Apr 1 11:37:04 PDT 2013


AFAIK, it's opposite: an array serialized in chunks, and they are 
concatenated on deserialization. Useful if you don't know how 
much elements you're sending, so you send them in finite chunks 
as the data becomes available. Client can also close connection, 
so you don't have to see the end of the sequence.


More information about the Digitalmars-d mailing list