LIMITED DATA TYPE SUPPORT
Basic types
● boolean, byte
● short, int, long, float, double
● String, Date, byte[]
Boxed types
● Boolean, Byte
● Short, Integer, Long, Float, Double
And what the others? NO WAY, but!
● Serializable & in edge case Parcelable objects