Serialize(saveType, saveObject, options, format)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static class: RT.Serialization.ClassifyJsonSummaryOffers a convenient way to use Classify to serialize objects using the JSON format. Static methodsobject | |
Reconstructs an object of the specified type from the specified serialized form. | object | | T | | T | | object | |
Reconstructs an object of the specified type from the specified file. | T | | void | |
Reconstructs an object from the specified file by applying the values to an existing instance of the desired
type. The type of object is inferred from the object passed in. | void | |
Reconstructs an object of the specified type from the specified serialized form by applying the values to an
existing instance of the type. | void | | JsonValue | |
Converts the specified object into a serialized form. | JsonValue | | void | |
Stores the specified object in a file with the given path and filename. | void | |
Static fieldsIClassifyFormat<JsonValue> | |
Format used when null is passed to methods that take a format. Make sure not to modify this instance if any
thread in the application might be in the middle of using ClassifyJson; ideally the options
shoud be set once during startup and never changed after that. |
|