You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > SerializeObject Method > SerializeObject Method (object, Formatting, JsonSerializerSettings)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.SerializeObject Method (object, Formatting, JsonSerializerSettings)

Serializes the specified object to a JSON string using formatting and JsonSerializerSettings.

Syntax
C++
C#
Visual Basic
public: string SerializeObject( object value, Formatting formatting, JsonSerializerSettings settings );
Parameters
Parameters 
Description 
value 
The object to serialize. 
formatting 
Indicates how the output is formatted. 
settings 
The JsonSerializerSettings used to serialize the object. If this is null, default serialization settings will be used. 
Returns

A JSON string representation of the object.

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