Method
Read
virtual override func Read(ref reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions) -> Result<T, E>
Type: ResultJsonConverter<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Reads a tagged JSON object as an Ok or Error result.