7 #include <SimoxUtility/json/json.hpp>
11 class ObjectClassSegmentWrapper;
16 class SimoxObjectShape;
21 class JsonSimoxShapeSerializer
26 void to_json(nlohmann::json& j,
const SimoxObjectShape&
object)
const;
27 void from_json(
const nlohmann::json& j, SimoxObjectShape&
object)
const;
38 static void registerSerializer(
const std::shared_ptr<JsonSimoxShapeSerializer>& instance,
39 bool overwrite =
false);