register_element_json_serializers.cpp
Go to the documentation of this file.
1#include <RobotAPI/interface/ArViz/Elements.h>
2
4#include "json_elements.h"
5
6void
7armarx::viz::json::ElementJsonSerializers::registerElements()
8{
26}
static void registerSerializer(RawToJsonFn< DerivedElement > to_json, RawFromJsonFn< DerivedElement > from_json, bool overwrite=false)
Register a JSON seralizer for DerivedElement.
void to_json(nlohmann::json &j, RecordingBatchHeader const &batch)
void from_json(nlohmann::json const &j, RecordingBatchHeader &batch)