Method

NumCosmoMathSerializedict_str_to_binfile

Declaration [src]

void
ncm_serialize_dict_str_to_binfile (
  NcmSerialize* ser,
  NcmObjDictStr* ods,
  const gchar* filename
)

Description [src]

Serializes ods and saves the binary in filename.

Parameters

ods

Type: NcmObjDictStr

A NcmObjDictStr.

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

Type: const gchar*

File where to save the serialized version of the dictionary.

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