MtBaseJsonConverterTReadParameter Method
Reads a parameter from the JSON reader and assigns the value to the property of item.
Namespace: MobileTrack.Common.Services.JsonConverters.BusinessObjectsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected abstract void ReadParameter(
ref Utf8JsonReader reader,
string propertyName,
ref T item
)
Parameters
- reader Utf8JsonReader
- JSON reader
- propertyName String
- Name of the property we're reading
- item T
- The item we're building up from JSON.
| JsonException | Thrown in some of the readers if a parameter pops up that is not
part of object T |