Re: [protobuf] Re: Observation in encoding example

2015-06-08 Thread Felipe Miranda
equivalent for 110 in decimal number system. So 12 in hexadecimal is actually 0x12 which is 18 in decimal number system. On Wednesday, June 3, 2015 at 2:39:15 AM UTC+2, Felipe Miranda wrote: On the following example, from the encoding page ( https://developers.google.com/protocol-buffers/docs

[protobuf] Observation in encoding example

2015-06-02 Thread Felipe Miranda
On the following example, from the encoding page (https://developers.google.com/protocol-buffers/docs/encoding) : Strings A wire type of 2 (length-delimited) means that the value is a varint encoded length followed by the specified number of bytes of data. message Test2 { required string b =