toYaml
Serialize the entire model to a YAML string. Internally calls
toDict() and dumps the result. Restore later via
fromYaml().
Parameters
None.
Returns
string — YAML-serialized array of section data.
Serialize the entire model to a YAML string. Internally calls
toDict() and dumps the result. Restore later via
fromYaml().
None.
string — YAML-serialized array of section data.