Commits


rsgowman authored and GitHub committed 6dfc1428884
Adjust serializer test to verify via libprotobuf. (#1039) Previously, the tests would compare serialization results against a precomputed (via protoc) array of bytes. Now they serialize via our nanopb based class and deserialize via libprotobuf (and vice versa) and then ensure the result is the same as the input