read abstract method

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

Converts the JSON value to type T.

@param value The JSON value to convert. @param type The type information describing the target type. @param options The serializer options containing configuration. @returns The converted value of type T.

Implementation

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