|
|
|
|
|
by sagarm
2373 days ago
|
|
The wire encoding for protos is much more compact than the in-memory representation, especially for sparsely populated messages (very common especially in mature systems). You'd still have to figure out some way to serialize nested messages. Note that you can have recursive message definitions. |
|