[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
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.

See Also

JsonConvert Class
JsonConvert Members
Facebook.Json Namespace