Re: [protobuf] Where is Protocol Buffers wire level specification?

2018-01-09 Thread Josh Humphries
This describes the basic encoding of protobuf messages into bytes: https://developers.google.com/protocol-buffers/docs/encoding The format does not include a length header. If you have data that concatenates protobuf messages, then each such message will typically be prefixed by a varint-encoded

[protobuf] Where is Protocol Buffers wire level specification?

2018-01-09 Thread Sergei Gnezdov
I see a user level spec but I don't see a spec that defines a binary format. Thank you -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to