where can i see about encoding rule about  field_number, in 
https://developers.google.com/protocol-buffers/docs/encoding is too simple

fixed64 a = 16
varint b = 30

81 01 00 00 00 00 00 00 F0 BF F0 01 00 

81 01 -> 1000 0001 0000 0001 -> 000 0001 000 0 -> 16
F0 01 -> 1111  0001 0000 0001 -> 111 0001 000 0 -> 1808

where i am wrong ?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to