We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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!