write abstract method
Converts the value of type T to JSON.
Implementation
Object? write(T value, TypeInfo type, JsonSerializerOptions options);
Converts the value of type T to JSON.
Object? write(T value, TypeInfo type, JsonSerializerOptions options);