Skip to content

Instantly share code, notes, and snippets.

@k0siara
Created February 12, 2022 18:42
Show Gist options
  • Save k0siara/9f7f673f8d13fa1223aed91c69a14962 to your computer and use it in GitHub Desktop.
Save k0siara/9f7f673f8d13fa1223aed91c69a14962 to your computer and use it in GitHub Desktop.
ParcelableExample.kt
@Parcelize
data class Example(val id: String, val name: String) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment