Hacker News new | ask | show | jobs
by keymone 2577 days ago
Bool will decode from int’s encoding??
1 comments

Yes, they are both varint encoded on the wire. Refer to https://developers.google.com/protocol-buffers/docs/encoding...
Sigh.