JSON serializer specialization for undo-data records.
More...
|
| static void | from_json (const json &j, data_t &data) |
| | Deserialize the undo-data object from JSON.
|
| |
| static void | to_json (json &j, const data_t &data) |
| | Serialize the undo-data object to JSON.
|
| |
JSON serializer specialization for undo-data records.
◆ from_json()
| static void nlohmann::adl_serializer< data_t >::from_json |
( |
const json & | j, |
|
|
data_t & | data ) |
|
inlinestatic |
Deserialize the undo-data object from JSON.
- Parameters
-
| j | JSON value being read from or written to. |
| data | Payload or state data to serialize, deserialize, or forward. |
◆ to_json()
| static void nlohmann::adl_serializer< data_t >::to_json |
( |
json & | j, |
|
|
const data_t & | data ) |
|
inlinestatic |
Serialize the undo-data object to JSON.
- Parameters
-
| j | JSON value being read from or written to. |
| data | Payload or state data to serialize, deserialize, or forward. |
The documentation for this struct was generated from the following file: