Method Write
Write(Utf8JsonWriter, object, JsonSerializerOptions)
Writes the JSON representation of the object.
public override void Write(Utf8JsonWriter writer, object value, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWriterThe writer to write the JSON to.
value
objectThe object to write.
options
JsonSerializerOptionsThe serializer options.