Protocol Buffers のエンコーディング仕様の解説 - Qiita
Protocol Buffersのエンコーディング仕様 ※v2,v3のエンコーディング仕様は同じ模様 まずは具体例 $ cat test.proto syntax = 'proto3'; message Hoge { message Foo { i...