Json.NET - Quick Starts & API Documentation
SerializeObject Method
NamespacesNewtonsoft.JsonJsonConvertSerializeObject()()()
Members
IconMemberDescription
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: 3.5.0.0 (3.5.0.0)