Method Read
- Namespace
- Terminal.Gui.Configuration
- Assembly
- Terminal.Gui.dll
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type Key.
public override Key Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReaderThe reader.
typeToConvertTypeThe type to convert.
optionsJsonSerializerOptionsAn object that specifies serialization options to use.
Returns
- Key
The converted value.