Method

NumCosmoMathSerializearray_to_yaml

Declaration [src]

gchar*
ncm_serialize_array_to_yaml (
  NcmSerialize* ser,
  NcmObjArray* oa
)

Description [src]

Serialize the NcmObjArray oa to a YAML string.

Parameters

oa

Type: NcmObjArray

A NcmObjArray.

The data is owned by the caller of the method.

Return value

Type: gchar*

A YAML string containing the serialized version of oa.

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.