Join Slack
Powered by
Is it possible to ignore a member to `@Parcelize` ...
# android
g
gumil
04/08/2019, 3:04 PM
Is it possible to ignore a member to
@Parcelize
in kotlin android extensions?
m
Melih Aksoy
04/08/2019, 3:08 PM
https://kotlinlang.org/docs/tutorials/android-plugin.html
there’s a section for when you need more control over serialization logic.
g
gumil
04/08/2019, 3:12 PM
I don’t really need to create a custom one. I just need to exclude one member.
m
Melih Aksoy
04/08/2019, 3:19 PM
Did you take a look at second code snippet in here ?
https://kotlinlang.org/docs/tutorials/android-plugin.html#how-to-use
6
Views
Open in Slack
Previous
Next