Skip to content

Supported types

Marcin Moskała edited this page Apr 1, 2017 · 1 revision

Current supported types:

  • Subtype of Parcelable
  • Subtype of Serializable
  • ArrayList intL
  • ArrayList strLi
  • ArrayList
  • String
  • int
  • long
  • float
  • boolean bo
  • double
  • char
  • byte
  • short
  • CharSequence
  • String[]
  • int[]
  • long[]
  • float[]
  • boolean[]
  • double[]
  • char[]
  • byte[]
  • short[]
  • CharSequence[]