Table of Contents

Class IPropertyValuesJsonConverter

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

Custom JSON converter for IPropertyValues.

public class IPropertyValuesJsonConverter : JsonConverter<IPropertyValues>
Inheritance
object
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.