I
Ни как разобраться не получается.
Size: a a a
I
I
A
MH

MH
I
BD
BD
S

BD
I
I
I
putParcelableArrayList("Test", mutableListOf<Test>() as ArrayList<out Parcelable>)I
putParcelableArrayList("Test", mutableListOf<Test>() as ArrayList<out Parcelable>)I
BD
BD
putParcelableArrayList("Test", mutableListOf<Test>() as ArrayList<out Parcelable>)I
I
with(Bundle()) {
putParcelableArrayList("Test", mutableListOf(Test("55"), Test("66")) as ArrayList<out Parcelable>)
Log.d("MyActivity", getParcelableArrayList<Test>("Test").toString())
}
и мне вывело D/MyActivity: [Test(test=55), Test(test=66)]магия
МП