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, JsonSerializerSettings)
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.5.0.0 (4.5.6.14930)