* Save point for PRM_SET_FILE work, add basic infrastruture
* fprime-format
* Create prime and backup DB, initial implementation of file based set, some UT updates
* More work on Prime and Backup DBs including helper methods, utilizing those for copy, and UTs
* spelling
* printf in Tester fix
* printf in Tester fix
* printf in Tester fix
* Remove a debug printf, update new method args, additional offNom Set File tests
* Spelling and format
* Clean up comments
* Sync with upstream devel updates
* Add additional UT for reverting parameter db on set file failure
* Spelling and format
* Updates to PrmDb after first review; change to active/staging design
* Spelling
* Remove FIXME comment
* Review fixes
* Fix UT
* Format
* Format II
* Format III
---------
Co-authored-by: M Starch <LeStarch@googlemail.com>
* Mark legacy serialize and deserialize functions as deprecated. Clean up of remaining legacy references.
* Upgrading serialization in FppTestProject and Ref
* Fixed formatting issues
* 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
* Updates for Svc/PrmDb corresponding to UT cmake update for protected/private by updating driver name and updating PrmDbImplTester to PrmDbTester
* Spelling