Examples: * Generate JSON type adapters that won’...
# android
a
Examples: * Generate JSON type adapters that won’t use reflection * Remove some fields from toString() * Make class
Parcelable
(Android specific) * Parse from
Cursor
and read from
ContentValues
(Android specific) Imagination is the limit. Data classes in Kotlin are great, but lack of extensions api for them require developers either use reflection or write boilerplate error-prone code by hand