mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Deprecating serialize/deserialize methods for clearer serializeTo/serializeFrom and deserializeTo/deserializeFrom methods to indicate direction. * Cleaned up some GCC directives that was used for an experimenting. Fixed some bugs in Serializable. * Un-deprecating serialize/deserialize methods to decouple the required FPP changes * Further modenized more child classes. Added some backwards compatibility fall-back logic to aid in FPP decoupling. * Fixing clang formatting violation * Removing redundant virtual keyword since the functions are already overrides * Incorporating PR comments * Fixing clang format issue * Incorporating PR comments * Updating documentation for new serialize/deserialize methods