Method
NumCosmoMathSerializedict_str_from_binfile
Declaration [src]
NcmObjDictStr*
ncm_serialize_dict_str_from_binfile (
NcmSerialize* ser,
const gchar* filename
)
Description [src]
Parses the serialized binary data in filename and returns the newly created NcmObjDictStr.
Parameters
filename-
Type:
const gchar*File containing the binary serialized version of the dictionary.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: NcmObjDictStr
A new NcmObjDictStr.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |