Method Read
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads the JSON representation of IPropertyValues and converts it to an instance of PropertyValues.
public override IPropertyValues Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReaderThe reader to read the JSON from.
typeToConvertTypeThe type of the object to convert.
optionsJsonSerializerOptionsThe serializer options.
Returns
- IPropertyValues
An instance of PropertyValues with the deserialized property values.