Json.NET - Quick Starts & API Documentation
SerializeObject Method
Namespaces ► Newtonsoft.Json ► JsonConvert ► SerializeObject()()()()
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.
|