JsonConvertExt..::..AsDeserializeObjects<(Of <(<'T>)>)> Method
the deserialize objects.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
public static IEnumerable<T> AsDeserializeObjects<T>( this string json, Nullable<JsonSerializerSettings> settings, CancellationToken cancellationToken )
Type Parameters
- T
Parameters
- json
- Type: String
The json.
- settings
- Type: Nullable<(Of <(<'JsonSerializerSettings>)>)>
The settings.
- cancellationToken
- Type: CancellationToken
The cancellation token that can be used by other objects or threads to receive notice of cancellation.

