Yazid
Results
1
comments of
Yazid
Try declare the Foo class to this: ``` @Serdeable data class Foo( val bar: String, var validFrom: LocalDate? = LocalDate.now(), ) ```