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