|
|
|
|
|
by dweis
2576 days ago
|
|
Minor nit, but not necessarily. For basically all values of SomeMessage, dec should fail to parse due to improperly encoded UTF8 data for field 2 (modulo some proto2 vs. proto3 and language binding implementation differences). Change field 2 to a bytes field instead of a string field and then yes. |
|