Is it possible to ignore a member to `@Parcelize` ...
# android
g
Is it possible to ignore a member to
@Parcelize
in kotlin android extensions?
m
https://kotlinlang.org/docs/tutorials/android-plugin.html there’s a section for when you need more control over serialization logic.
g
I don’t really need to create a custom one. I just need to exclude one member.
m
Did you take a look at second code snippet in here ? https://kotlinlang.org/docs/tutorials/android-plugin.html#how-to-use