mbickel
03/09/2018, 5:42 PMclass Test(val id: String, val attributes: List<String> = emptyList())
and deserialize a blob with a missing attributes
field, why do I get a missing field exception? Wouldn't the plugin be able to grab the emptyList()
as default?