Quantcast
Channel: News - Marketplace | JetBrains
Viewing all articles
Browse latest Browse all 72158

News for Parcelable Code Generator(for kotlin's data class)

$
0
0
Now supported types:
  • Types implementing Parceable or Serializable
  • List of Parcelable objects
  • Array of Parcelable objects
  • Primitive Kotlin types: String, Byte, Double, Float, Int, Long, Boolean, Char
  • Kotlin Array types: Array<String>, ByteArray, DoubleArray, FloatArray, IntArray, LongArray, CharArray, BooleanArray
  • List of any objects (Warning: validation is not performed)
ChangeLog:
  • Now support runing in the JRE 6/7.

Viewing all articles
Browse latest Browse all 72158

Trending Articles