Overload | Description |
---|---|
SerializeObject(Object,JsonSetting) | Serializes the specified object to a JSON string using JsonSetting. |
SerializeObject(Object,IList<JsonConverter>) | Serializes the specified object to a JSON string using a collection of JsonConverter. |
SerializeObject(Object,JsonResolver) | Serializes the specified object to a JSON string using JsonResolver. |