Join Slack
Powered by
i prefer just using the <https://github.com/johnca...
# android
j
jan.rabe
02/10/2017, 9:15 AM
i prefer just using the
https://github.com/johncarl81/parceler
lib with data classes
Copy code
@Parcel(Parcel.Serialization.BEAN) data class MyClass(val value)
l
lupajz
02/10/2017, 10:04 AM
jan.rabe: Don’t you get reflection used warnings ?
j
jan.rabe
02/10/2017, 10:13 AM
not that i know
jan.rabe
02/10/2017, 10:14 AM
thought it's using annotation processing during compile time rather than reflection
l
lupajz
02/10/2017, 10:53 PM
Well I used it some time ago, but I used to get reflection being used warnings at compilation in same setup 😕
13
Views
Open in Slack
Previous
Next