Closed
Description
Previously, the StrictNullChecks
option was disabled by default, which compromised null safety.
Therefore, I propose to enable this option by default in 3.0
.
As a side note, since 2.19, improvements in #885 have significantly reduced the throughput degradation when the StrictNullChecks
option is enabled, and the deserialization performance is almost the same as when it is disabled.
Thus, performance concerns have at least been addressed.
Please vote with 👍 or 👎.