What if an object of my data class with non-null f...
# announcements
f
What if an object of my data class with non-null fields is created by reflection (e.g. by Gson deserialization) with null values? Will I get an exception if I call the default getter?