Skip to main content Skip to complementary content

WriteJson Method

Overloads

WriteJson(JsonWriter, Object, JsonSerializer)

Writes the JSON representation of the object.

WriteJson(JsonWriter, Object, JsonSerializer)

Writes the JSON representation of the object.

Declaration

      public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
    

Parameters

Type Name Description
Newtonsoft.Json.JsonWriter writer

The JsonWriter to write to.

System.Object value

The value.

Newtonsoft.Json.JsonSerializer serializer

The calling serializer.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!