Table of Contents

Method Read

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type Project.

public override Project? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader

The reader.

typeToConvert Type

The type to convert.

options JsonSerializerOptions

An object that specifies serialization options to use.

Returns

Project

The converted value.