Request for review - std.serialization (orange)

Kagamin spam at here.lot
Sun Mar 31 04:23:26 PDT 2013


On Saturday, 30 March 2013 at 20:02:48 UTC, Jesse Phillips wrote:
> 3) Serialization is done by message (struct) and not by 
> primitives

PB does serialize by primitives and Archive has archiveStruct 
method which is called to serialize struct, I believe. At first 
sight orange serializes using built-in grammar (in EXI terms), 
and since PB uses schema-informed grammar, you have to provide 
schema to the archiver: either keep it in the archiver or store 
globally.


More information about the Digitalmars-d mailing list