UIecBinarySizeJsonConverterRead Method
Reads and converts the JSON to type T.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public override UIecBinarySize Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)
Public Overrides Function Read (
ByRef reader As Utf8JsonReader,
typeToConvert As Type,
options As JsonSerializerOptions
) As UIecBinarySize
public:
virtual UIecBinarySize Read(
Utf8JsonReader% reader,
Type^ typeToConvert,
JsonSerializerOptions^ options
) override
abstract Read :
reader : Utf8JsonReader byref *
typeToConvert : Type *
options : JsonSerializerOptions -> UIecBinarySize
override Read :
reader : Utf8JsonReader byref *
typeToConvert : Type *
options : JsonSerializerOptions -> UIecBinarySize
- reader Utf8JsonReader
- The reader.
- typeToConvert Type
- The type to convert.
- options JsonSerializerOptions
- An object that specifies serialization options to use.
UIecBinarySizeThe converted value.