read abstract method
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);