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.

Reply via email to