Table of Contents

Method Write

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

Write(Utf8JsonWriter, object, JsonSerializerOptions)

Writes the JSON representation of the object.

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

Parameters

writer Utf8JsonWriter

The writer to write the JSON to.

value object

The object to write.

options JsonSerializerOptions

The serializer options.