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

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

Syntax
C++
C#
Visual Basic
public: void Serialize( JsonWriter jsonWriter, object value );
Parameters
Parameters 
Description 
jsonWriter 
The JsonWriter 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.