BusinessObjectJsonConverter Class

Converter for BusinessObjectDto to ensure the output is small and fast to parse/write.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters.BusinessObjects
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal sealed class BusinessObjectJsonConverter : JsonConverter<BusinessObjectDto>
Inheritance
Object    JsonConverter    JsonConverterBusinessObjectDto    BusinessObjectJsonConverter

Constructors

BusinessObjectJsonConverterInitializes a new instance of the BusinessObjectJsonConverter 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