MCPcopy Create free account
hub / github.com/MITK/MITK / ToJSON

Function ToJSON

Modules/Core/include/mitkGenericProperty.h:87–90  ·  view source on GitHub ↗

* \brief Serialize property value to JSON. * * The base GenericProperty template does not support JSON serialization. * Concrete specializations (via mitkDefineGenericProperty) override this * to provide actual serialization. * * \return Always \c false in the base template. */

Source from the content-addressed store, hash-verified

85 * \return Always \c false in the base template.
86 */
87 bool ToJSON(nlohmann::json&) const override
88 {
89 return false;
90 }
91
92 /**
93 * \brief Deserialize property value from JSON.

Callers 6

mainFunction · 0.85
WriteGeometryFunction · 0.85
TestSerializeReasonMethod · 0.85
TestExtendReasonMethod · 0.85
to_jsonMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestSerializeReasonMethod · 0.68
TestExtendReasonMethod · 0.68