| 33 | } |
| 34 | |
| 35 | void |
| 36 | PersistentObject::loadSerializedConfig(Suscan::Object const &object) |
| 37 | { |
| 38 | this->assertConfig(); |
| 39 | |
| 40 | this->config->deserialize(object); |
| 41 | |
| 42 | this->applyConfig(); |
| 43 | } |
| 44 | |
| 45 | Suscan::Object && |
| 46 | PersistentObject::getSerializedConfig(void) |
no test coverage detected