Method Read
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type PrimaryKeys.
public override PrimaryKeys<T> Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
reader
Utf8JsonReaderThe reader.
typeToConvert
TypeThe type to convert.
options
JsonSerializerOptionsAn object that specifies serialization options to use.
Returns
- PrimaryKeys<T>
The converted value.