Method Read
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads the JSON representation of the object and converts it to an instance of PrimaryKeysFacade.
public override object Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReaderThe reader to read the JSON from.
typeToConvertTypeThe type of the object to convert.
optionsJsonSerializerOptionsThe serializer options.
Returns
- object
An instance of PrimaryKeysFacade.