koufa
02/09/2017, 12:39 PMclass A(var b: B)
and class B
. I want to implement parcelable for this class hierarchy but I get an IllegalArgumentException when I try to get the classloader like this: b = parcel.readParcelable(B::class.java.classLoader)
.