| 48 | infiray_custom_control_zoom_absolute_colorpalete) |
| 49 | |
| 50 | std::optional<CameraSettings> CameraHolder::impl_deserialize( |
| 51 | const std::string &file_as_string) const { |
| 52 | return openhd_json_parse<CameraSettings>(file_as_string); |
| 53 | } |
| 54 | |
| 55 | std::string CameraHolder::imp_serialize(const CameraSettings &data) const { |
| 56 | const nlohmann::json tmp = data; |
nothing calls this directly
no outgoing calls
no test coverage detected