-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Description
Hi @wuseal , what do you think about an option to initialize all objects as null? I've found that I often need this functionality.
@SerializedName("MyObject") var myObject: MyObject? = null
Also, sorry I'm very busy, I'll test those other issues when I have more time, thanks!
wuseal and ahahahhhya