You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > DeserializeAnonymousType Method > DeserializeAnonymousType Method (string, T, JsonSerializerSettings)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.DeserializeAnonymousType Method (string, T, JsonSerializerSettings)

Deserializes the JSON to the given anonymous type using JsonSerializerSettings.

Syntax
C++
C#
Visual Basic
public: T DeserializeAnonymousType<T>( string value, T anonymousTypeObject, JsonSerializerSettings settings );
Parameters
Parameters 
Description 
value 
The JSON to deserialize. 
anonymousTypeObject 
The anonymous type object. 
settings 
The JsonSerializerSettings used to deserialize the object. If this is null, default serialization settings will be used.  
The anonymous type to deserialize to. This can't be specified traditionally and must be infered from the anonymous type passed as a parameter.  
Returns

The deserialized anonymous type from the JSON string.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.