Class OutgoingMailFilingJsonConverter
- Namespace
- MailFathom.Domain.Delivery.Filing
- Assembly
- MailFathom.Domain.dll
Serializes OutgoingMailFiling as its name.
public sealed class OutgoingMailFilingJsonConverter : JsonConverter<OutgoingMailFiling>
- Inheritance
-
OutgoingMailFilingJsonConverter
- Inherited Members
Remarks
The type carries this converter through JsonConverterAttribute, so every serializer that meets the value uses it without per-call registration, and the JSON form is the same name the durable row stores.
Methods
- Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type OutgoingMailFiling.
- ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads a dictionary key from a JSON property name.
- Write(Utf8JsonWriter, OutgoingMailFiling, JsonSerializerOptions)
Writes a specified value as JSON.
- WriteAsPropertyName(Utf8JsonWriter, OutgoingMailFiling, JsonSerializerOptions)
Writes a dictionary key as a JSON property name.