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