as default? For a nullable field, when it's missing I always want it set to
null
, so it seems a bit redundant...
g
gildor
08/15/2020, 12:40 PM
It's against of overall approach of KotlinX.serialization to be strict and explicit, there is no such option to use null in case of missing value implicitly, only with default value
But you can create a feature request for this