Commits


rsgowman authored and GitHub committed 020eb601933
Simplify Serializer [En|De]code*() methods to no longer [de]serialize… (#2013) Now, we use the re-worked nanopb deserializer (that mallocs). This also had the advantage of moving the C++ serialization code closer to the other platforms. Still TODO: - Reorder the methods within the files to resemble the other platforms.