newCreator

fun <E> newCreator(adapter: ProtoAdapter<E>): Parcelable.Creator<E>

Creates a new Parcelable.Creator using adapter for serialization.