Table of Contents

Class ProjectPropertiesJsonConverter

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

Custom converter to support both flat and nested (client_interfaces) project property formats.

public class ProjectPropertiesJsonConverter : JsonConverter<Project>
Inheritance
ProjectPropertiesJsonConverter
Inherited Members

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type Project.

Write(Utf8JsonWriter, Project, JsonSerializerOptions)

Writes a specified value as JSON.