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
reader
Utf8JsonReaderThe reader to read the JSON from.
typeToConvert
TypeThe type of the object to convert.
options
JsonSerializerOptionsThe serializer options.
Returns
- object
An instance of PrimaryKeysFacade.