Method

NumCosmoMathSerializeto_file

Declaration [src]

void
ncm_serialize_to_file (
  NcmSerialize* ser,
  GObject* obj,
  const gchar* filename
)

Description [src]

Serializes obj and saves the string in filename.

Parameters

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.
filename

Type: const gchar*

File where to save the serialized version of the object.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.