|
|
|
|
|
by xyzzy_plugh
1619 days ago
|
|
Not really. You can trivially encode or decode protobuf or thrift at runtime, given a message specification, and this isn't uncommon in the wild. It's just that you usually expect messages which are well-defined at build time, so why not generate code? |
|