| 29 | ethernet_operating_mode); |
| 30 | |
| 31 | std::optional<NetworkingSettings> NetworkingSettingsHolder::impl_deserialize( |
| 32 | const std::string &file_as_string) const { |
| 33 | return openhd_json_parse<NetworkingSettings>(file_as_string); |
| 34 | } |
| 35 | |
| 36 | std::string NetworkingSettingsHolder::imp_serialize( |
| 37 | const NetworkingSettings &data) const { |
nothing calls this directly
no outgoing calls
no test coverage detected