Range interface for std.serialization
John Colvin
john.loughran.colvin at gmail.com
Thu Aug 22 07:55:49 PDT 2013
On Thursday, 22 August 2013 at 14:48:57 UTC, Dicebot wrote:
> Outputting on its own is not useful to discuss - in pipe model
> output matches input. What is the point in outputting partial
> chunks of serialized object if you still need to provide it as
> a whole to the input?
Partial chunks of serialized objects can be useful for
applications that aren't immediately deserializing: E.g. sending
over a network, storing to disk etc.
More information about the Digitalmars-d
mailing list