Method
Write
virtual override func Write(writer: Utf8JsonWriter, value: Option<T>, options: JsonSerializerOptions) -> ()
Type: OptionJsonConverter<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Writes Some as its contained value and None as JSON null.