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