![]() |
fpmas 1.6
|
#include <graph.h>
Static Public Member Functions | |
static void | to_json (nlohmann::json &j, const fpmas::model::ReachableCell &cell) |
static void | from_json (const nlohmann::json &j, fpmas::model::ReachableCell &cell) |
fpmas::model::ReachableCell nlohmann json serializer specialization.
|
static |
Serializes the specified cell
into the json j
.
j | json output |
cell | reachable cell to serialize |
|
static |
Unserializes a cell
from the json j
.
j | input json |
cell | reachable cell output |