Table of Contents

Method Write

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

Write(Utf8JsonWriter, IPrimaryKey, JsonSerializerOptions)

Writes a specified value as JSON.

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

Parameters

writer Utf8JsonWriter

The writer to write to.

value IPrimaryKey

The value to convert to JSON.

options JsonSerializerOptions

An object that specifies serialization options to use.