Writes the JSON representation of the object.
| C# | Visual Basic | Visual C++ |
public override void WriteJson( JsonWriter writer, Object value )
Public Overrides Sub WriteJson ( _ writer As JsonWriter, _ value As Object _ )
public: virtual void WriteJson( JsonWriter^ writer, Object^ value ) override
- writer (JsonWriter)
- The JsonWriter to write to.
- value (Object)
- The value.