Table of Contents

Method Write

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

Write(Utf8JsonWriter, MailboxMutation, JsonSerializerOptions)

Writes a specified value as JSON.

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

Parameters

writer Utf8JsonWriter

The writer to write to.

value MailboxMutation

The value to convert to JSON.

options JsonSerializerOptions

An object that specifies serialization options to use.

Exceptions

JsonException

Thrown when the value is the unspecified struct default.