Method Write
- Namespace
- Terminal.Gui.Configuration
- Assembly
- Terminal.Gui.dll
Write(Utf8JsonWriter, Key, JsonSerializerOptions)
Writes a specified value as JSON.
public override void Write(Utf8JsonWriter writer, Key value, JsonSerializerOptions options)
Parameters
writerUtf8JsonWriterThe writer to write to.
valueKeyThe value to convert to JSON.
optionsJsonSerializerOptionsAn object that specifies serialization options to use.