WriteJson Method
Overloads
WriteJson(JsonWriter) |
Writes the full json structure of the object to the argument writer. |
WriteJson(JsonWriter)
Writes the full json structure of the object to the argument writer.
Declaration
public void WriteJson(JsonWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Newtonsoft.Json.JsonWriter | writer |
The target writer. |