MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / impl_deserialize

Method impl_deserialize

OpenHD/ohd_interface/src/networking_settings.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 ethernet_operating_mode);
30
31std::optional<NetworkingSettings> NetworkingSettingsHolder::impl_deserialize(
32 const std::string &file_as_string) const {
33 return openhd_json_parse<NetworkingSettings>(file_as_string);
34}
35
36std::string NetworkingSettingsHolder::imp_serialize(
37 const NetworkingSettings &data) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected