Skip to content

Instantly share code, notes, and snippets.

@burakeregar
Created December 2, 2017 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burakeregar/3c8ec6827187202c49f839079a424dcb to your computer and use it in GitHub Desktop.
Save burakeregar/3c8ec6827187202c49f839079a424dcb to your computer and use it in GitHub Desktop.
@Parcelize
data class Student(val id: String, val name: String, val grade: String) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment