Table of Contents

Method Write

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

Write(Utf8JsonWriter, Project, JsonSerializerOptions)

Writes a specified value as JSON.

public override void Write(Utf8JsonWriter writer, Project value, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter

The writer to write to.

value Project

The value to convert to JSON.

options JsonSerializerOptions

An object that specifies serialization options to use.