Table of Contents

Method Read

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

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

reader Utf8JsonReader

The reader to read the JSON from.

typeToConvert Type

The type of the object to convert.

options JsonSerializerOptions

The serializer options.

Returns

IPropertyValues

An instance of PropertyValues with the deserialized property values.