Method
NumCosmoMathSerializedict_str_to_binfile
Declaration [src]
void
ncm_serialize_dict_str_to_binfile (
NcmSerialize* ser,
NcmObjDictStr* ods,
const gchar* filename
)
Parameters
ods-
Type:
NcmObjDictStrA
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.