I have been researching on the best way to serialize large objects for storage on the SD card of Teensy 4. Specifically ones that don't have to store a DOM into a temporary variable, before serialization.
I have tried Boost, Cereal, ArduinoJson and ThorsSerializer. I think for my purposes, ThorsSerializer looks like the right choice, but then the trouble is getting it streamed onto the SD card, which I have another thread open on: https://forum.pjrc.com/threads/60666-C-streams-with-ChaN-FatFS
Most of the serialization, except for ArduinoJson, seem to be aimed at desktop applications.
Is this not a common requirement? I didn't find many resources other than ArduinoJson (which has wonderful documentation!)
JK
I have tried Boost, Cereal, ArduinoJson and ThorsSerializer. I think for my purposes, ThorsSerializer looks like the right choice, but then the trouble is getting it streamed onto the SD card, which I have another thread open on: https://forum.pjrc.com/threads/60666-C-streams-with-ChaN-FatFS
Most of the serialization, except for ArduinoJson, seem to be aimed at desktop applications.
Is this not a common requirement? I didn't find many resources other than ArduinoJson (which has wonderful documentation!)
JK