if you did `val data: UserDetails? = intent.extras...
# getting-started
a
if you did
val data: UserDetails? = intent.extras?.get("obj") as UserDetails?
it should be fine (but I'm not saying it's better 😛 )