MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Serialize

Method Serialize

lib/base/serializer.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301Value icinga::Serialize(const Value& value, int attributeTypes)
302{
303 SerializeStack stack;
304 return SerializeInternal(value, attributeTypes, stack, false);
305}
306
307Value icinga::Deserialize(const Value& value, bool safe_mode, int attributeTypes)
308{

Callers

nothing calls this directly

Calls 1

SerializeInternalFunction · 0.85

Tested by

no test coverage detected