This library provides simple functions to serialize and deserialize settings or any other struct data to and from the ESP32's LittleFS (Little File System). It allows easy storage and retrieval of configuration parameters.
- Serialize any object of type
T
and save it as a file in LittleFS. - Deserialize the stored file back into an object.
- Supports arbitrary struct types.
- Error handling for file operations.