|
|
|
|
|
by izacus
2374 days ago
|
|
Sure, but anything you're trying to transport between languages which don't even agree on endianess will end up like this. Dumping a struct on a wire is just a wishful dream that turns into a nightmare as soon as you need to send that to a service written in another language or running on another architecture. Don't get me wrong - there's plenty of insanity in protobufs. But trying to cover the same use-case will not create a simple protocol. |
|