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

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

Syntax
C++
C#
Visual Basic
public: object Deserialize( JsonReader reader, Type objectType );
Parameters
Parameters 
Description 
reader 
The JsonReader containing the object. 
objectType 
The Type of object being deserialized. 
Returns

The instance of objectType being deserialized.

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