lukashaertel / kfunnels

Annotation processor generating serialization and deserialization from Kotlin classes.
2 stars 0 forks source link

After-create with specialized lists #2

Closed lukashaertel closed 7 years ago

lukashaertel commented 7 years ago

When deserializing to an observable list types, afterCreate should be called so that deserializing may feed into observers without deserializing the full list.