Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created May 19, 2017 06:32
Show Gist options
  • Select an option

  • Save miquelbeltran/aed9bf1fa8ea26c5fe3178fe0996ae1b to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/aed9bf1fa8ea26c5fe3178fe0996ae1b to your computer and use it in GitHub Desktop.
@PaperParcel
data class MyValue(
val id: Int,
val title: String = "",
val count: Int = 0,
val enabled: Boolean = false
) : PaperParcelable {
companion object {
@JvmField val CREATOR = PaperParcelMyValue.CREATOR
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment