open static fun <E : Any> newCreator(adapter: ProtoAdapter<E>): Creator<E>
Creates a new Parcelable.Creator using adapter for serialization.
adapter