damian
@Suppress("UNCHECKED_CAST") fun Parcel.writeTypedSparseArray(value: SparseArray<*>) = writeSparseArray(value as SparseArray<Any>)