- val
- Documentation for this section has not yet been entered.
Please use Parcel.WriteBundle(Bundle) instead. Flattens a Map into the parcel at the current dataPosition(), growing dataCapacity() if needed. The Map keys must be String objects. The Map values are written using Parcel.WriteValue(Java.Lang.Object) and must follow the specification there.
It is strongly recommended to use Parcel.WriteBundle(Bundle) instead of this method, since the Bundle class provides a type-safe API that allows you to avoid mysterious type errors at the point of marshalling.