SensESP 3.0.0-beta.6
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::Serializable Class Reference

Interface for serializable objects. More...

#include <sensesp/system/serializable.h>

Inheritance diagram for sensesp::Serializable:
[legend]

Public Member Functions

virtual bool to_json (JsonObject &root)
 
virtual bool from_json (const JsonObject &root)
 

Detailed Description

Interface for serializable objects.

Serializable objects can be converted to and from JSON, useful for configuration and persistence.

Definition at line 19 of file serializable.h.

Member Function Documentation

◆ from_json()

◆ to_json()


The documentation for this class was generated from the following file: