Table of Contents

Method Read

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

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads the JSON representation of the object and converts it to an instance of PrimaryKeysFacade.

public override object 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

object

An instance of PrimaryKeysFacade.