Serialize(saveType, saveObject, options, format)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: void SerializeToFile<T>(T, string, ClassifyOptions, IClassifyFormat<JsonValue>)Declarationpublic static void SerializeToFile<T>(
T saveObject,
string filename,
ClassifyOptions options = null,
IClassifyFormat<JsonValue> format = null
)Summary
Stores the specified object in a file with the given path and filename. Generic type parameters| T |
Type of the object to store. |
Parameters |