Method

NumCosmoMathSerializedict_int_to_yaml

Declaration [src]

gchar*
ncm_serialize_dict_int_to_yaml (
  NcmSerialize* ser,
  NcmObjDictInt* odi
)

Description [src]

Serialize the NcmObjDictInt odi to a YAML string.

Parameters

odi

Type: NcmObjDictInt

A NcmObjDictInt.

The data is owned by the caller of the method.

Return value

Type: gchar*

A YAML string containing the serialized version of odi.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.