You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonSerializer Class > JsonSerializer Methods > Serialize Method > Serialize Method (TextWriter, object)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonSerializer.Serialize Method (TextWriter, object)

Serializes the specified Object and writes the JSON structure to a Stream using the specified TextWriter.

Syntax
C++
C#
Visual Basic
public: void Serialize( TextWriter textWriter, object value );
Parameters
Parameters 
Description 
textWriter 
The TextWriter used to write the JSON structure. 
value 
The Object to serialize. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.