|
|
|
|
|
by the__alchemist
332 days ago
|
|
Protobuf is fine if: A: You control both ends of the serialized line, or: B: The other end of the line expects protobufs. There are many [de]serialization scenarios where you are interfacing with a third party API. (HTTP/JSON web API, a given IC's comm protocol as defined in its datasheet etc) |
|