AlertTypeConfigurationJsonConverter Class

Serializes and deserializes AlertTypeConfiguration objects.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters.Alerts
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal sealed class AlertTypeConfigurationJsonConverter : MtBaseJsonConverter<AlertTypeConfiguration>
Inheritance
Object    JsonConverter    JsonConverterAlertTypeConfiguration    MtBaseJsonConverterAlertTypeConfiguration    AlertTypeConfigurationJsonConverter

Constructors

AlertTypeConfigurationJsonConverterInitializes a new instance of the AlertTypeConfigurationJsonConverter class

Methods

WriteWrites a specified value as JSON.
(Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions))

See Also