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