Table of Contents

Method Read

Namespace
MailFathom.Application.Rules.Facts
Assembly
MailFathom.Application.dll

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type MailRuleFact.

public override MailRuleFact Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader

The reader.

typeToConvert Type

The type to convert.

options JsonSerializerOptions

An object that specifies serialization options to use.

Returns

MailRuleFact

The converted value.

Exceptions

JsonException

Thrown when the token is not a string or does not name a declared fact.