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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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 |