TypeParceler

actual typealias TypeParceler<T, P> = kotlinx.parcelize.TypeParceler<T, P>
expect annotation class TypeParceler<T, P : Parceler<in T>>