AbstractValueMapConverterT Class

Converts a AbstractValueMapT to and from JSON.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters.Generics
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal sealed class AbstractValueMapConverter<T> : JsonConverter<T>
where T : AbstractValueMap<T>
Inheritance
Object    JsonConverter    JsonConverterT    AbstractValueMapConverterT

Type Parameters

T
Type to convert

Constructors

AbstractValueMapConverterTInitializes a new instance of the AbstractValueMapConverterT class

Methods

ReadReads and converts the JSON to type T.
(Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions))
WriteWrites a specified value as JSON.
(Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions))

See Also