Danny Weinberg 061bf86a9c Set serialized_on_wire when message contains only lists
This fixes a bug where serialized_on_wire was not set when a message contained only repeated values (eg in a list or map). The fix here is to just set it to true in the `parse` method as soon as we receive any valid data. This also adds a test to expose the behavior.
2020-06-04 11:04:36 -07:00
..
2020-05-23 23:37:22 +02:00
2020-05-24 20:29:19 +02:00
2020-05-24 20:29:32 +02:00
2020-05-27 11:25:00 +02:00