[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ToJSON(Object, JSONWritingOptions) |
Serializes object into JSON string
| |
| ToJSON(Object, TextWriter, JSONWritingOptions) |
Serializes object into JSON format using provided TextWriter
| |
| ToJSON(Object, Stream, JSONWritingOptions, Encoding) |
Serializes object into JSON format using provided stream and optional encoding
|
See Also