The JsonSerializer used within JsonWritableOptions does not provide any way to serialise the object with any additional JsonSerializerOptions
For example, I would find it useful to be able to set DefaultIgnoreCondition (NullHandling) to WhenWritingNull JsonSerializerOptions and I'm sure that in some cases, that the ability to add different JsonConverters would also be of use.
The JsonSerializer used within JsonWritableOptions does not provide any way to serialise the object with any additional JsonSerializerOptions
For example, I would find it useful to be able to set
DefaultIgnoreCondition(NullHandling) toWhenWritingNullJsonSerializerOptions and I'm sure that in some cases, that the ability to add different JsonConverters would also be of use.