Does anybody know how to config gson to make him d...
# getting-started
p
Does anybody know how to config gson to make him deserialize Double null values as NaN ? Instead of NaN, I am getting "0" because of non-nullable type Double in Kotlin.