|
FireSync API
|
| kStatus kSaveToFile | ( | kObject | object, |
| const kChar * | path, | ||
| kSaveStreamFx | saveFunction | ||
| ) |
Formats a user-defined object using the specified callback and saves the result to file.
| object | Object to save. |
| path | Path to file. |
| saveFunction | Callback function to format object to file stream. |