RoleJsonConverter Class

Converter for RoleDtos (to convert them to Json and back) It also contains a list of the standard build-in roles that can be applied to most users.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters.BusinessObjects
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal sealed class RoleJsonConverter : MtBaseJsonConverter<RoleDto>
Inheritance
Object    JsonConverter    JsonConverterRoleDto    MtBaseJsonConverterRoleDto    RoleJsonConverter

Constructors

RoleJsonConverterInitializes a new instance of the RoleJsonConverter class

Methods

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

See Also