read abstract method

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

Converts the JSON value to type T.

Implementation

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