<@U0Z3X3AN6> &gt; If the field is Non-nullable an...
# android
m
@rudolf.hladik
If the field is Non-nullable and has default value, it shouldn't be set to Null even if in json it is null, imho (edited)
Gson just don’t know anything about this and easily violates these rules via reflections.