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

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

Syntax
C++
C#
Visual Basic
public: object Deserialize( TextReader reader, Type objectType );
Parameters
Parameters 
Description 
reader 
The TextReader 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.