You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonSerializer Class > JsonSerializer Methods > Deserialize Method > Deserialize Method (JsonReader)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonSerializer.Deserialize Method (JsonReader)

Deserializes the JSON structure contained by the specified JsonReader into an instance of the specified type.

Syntax
C++
C#
Visual Basic
public: T Deserialize<T>( JsonReader reader );
Parameters
Parameters 
Description 
reader 
The JsonReader containing the object. 
The type of the object to deserialize. 
Returns

The instance of T being deserialized.

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