Method
NumCosmoMathSerializeto_binfile
Declaration [src]
void
ncm_serialize_to_binfile (
NcmSerialize* ser,
GObject* obj,
const gchar* filename
)
Parameters
obj-
Type:
GObjectA 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.