Class IPropertyValuesJsonConverter
Custom JSON converter for IPropertyValues.
public class IPropertyValuesJsonConverter : JsonConverter<IPropertyValues>
- Inheritance
-
IPropertyValuesJsonConverter
Methods
- Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads the JSON representation of IPropertyValues and converts it to an instance of PropertyValues.
- Write(Utf8JsonWriter, IPropertyValues, JsonSerializerOptions)
Writes the JSON representation of IPropertyValues.