SettingsJsonConverter Class

Converter for SettingsDto (to convert them to Json and back) It also contains a default settings for users or companies that have not set their own settings.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters.BusinessObjects
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal sealed class SettingsJsonConverter : MtBaseJsonConverter<SettingsDto>
Inheritance
Object    JsonConverter    JsonConverterSettingsDto    MtBaseJsonConverterSettingsDto    SettingsJsonConverter

Constructors

SettingsJsonConverterInitializes a new instance of the SettingsJsonConverter class

Methods

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

See Also