Legend
| Static method: void |
| T | Type of the object to store. |
| T | saveObject | Object to store in a file. |
| string | filename | Path and filename of the file to be created. If the file already exists, it is overwritten. |
| ClassifyOptions | options | Options. |
| IClassifyFormat<JsonValue> | format | Implementation of a Classify format. See ClassifyJsonFormat for an example. |