write abstract method

Object? write(
  1. T value,
  2. TypeInfo type,
  3. JsonSerializerOptions options
)

Converts the value of type T to JSON.

Implementation

Object? write(T value, TypeInfo type, JsonSerializerOptions options);