convert abstract method

T convert(
  1. dynamic value,
  2. TypeInfo type,
  3. JsonSerializerOptions options
)

Converts the given value to type T.

Implementation

T convert(dynamic value, TypeInfo type, JsonSerializerOptions options);