| 299 | } |
| 300 | |
| 301 | Value icinga::Serialize(const Value& value, int attributeTypes) |
| 302 | { |
| 303 | SerializeStack stack; |
| 304 | return SerializeInternal(value, attributeTypes, stack, false); |
| 305 | } |
| 306 | |
| 307 | Value icinga::Deserialize(const Value& value, bool safe_mode, int attributeTypes) |
| 308 | { |
nothing calls this directly
no test coverage detected