I want deserialization work as followed. If json k...
# serialization
k
I want deserialization work as followed. If json key value is null, corresponding property default value should be retained , otherwise JSON key value should be set to that property. How can I achieve that?