SerializeObject Method

Json.NET

Json.NET - Quick Starts & API Documentation SerializeObject Method
NamespacesNewtonsoft.JsonJsonConvertSerializeObject()()()()
Members
Icon Member Description
SerializeObject(Object)
Serializes the specified object to a JSON string.

SerializeObject(Object, Formatting)
Serializes the specified object to a JSON string.

SerializeObject(Object, array<JsonConverter>[]()[][])
Serializes the specified object to a JSON string using a collection of JsonConverter.

SerializeObject(Object, Formatting, array<JsonConverter>[]()[][])
Serializes the specified object to a JSON string using a collection of JsonConverter.

SerializeObject(Object, Formatting, JsonSerializerSettings)
Serializes the specified object to a JSON string using a collection of JsonConverter.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)