|
Stimulsoft Reports Class Reference
|
Asynchronously deserializes the JSON to the specified .NET type using JsonSerializerSettings. Deserialization will happen on a new thread.
|
Parameters |
Description |
|
value |
The JSON to deserialize. |
|
type |
The type of the object to deserialize to. |
|
settings |
The JsonSerializerSettings used to deserialize the object. If this is null, default serialization settings will be used. |
A task that represents the asynchronous deserialize operation. The value of the TResult parameter contains the deserialized object from the JSON string.
Doc-O-Matic.|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2017. All rights reserved.
|