My case is that the server omits the property on t...
# android
d
My case is that the server omits the property on the json it sends down. Client-side deserializes it to null. This appears to be the case for Complex types but not primitive types (where a default value is available). So maybe if I had a default empty constructor it will work. Bummer, I'll just have to use Nullable types.