Serialize(saveType, saveObject, options, format)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: void DeserializeIntoObject<T>(string, T, ClassifyOptions, IClassifyFormat<JsonValue>)Declarationpublic static void DeserializeIntoObject<T>(
string json,
T intoObject,
ClassifyOptions options = null,
IClassifyFormat<JsonValue> format = null
)Summary
Reconstructs an object of the specified type from the specified serialized form by applying the values to an
existing instance of the type. Generic type parameters| T |
Type of object to reconstruct. |
Parameters |