Parcel.WriteParcelable(IParcelable, ParcelableWriteFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flatten the name of the class of the Parcelable and its contents into the parcel.
[Android.Runtime.Register("writeParcelable", "(Landroid/os/Parcelable;I)V", "")]
public void WriteParcelable (Android.OS.IParcelable? p, Android.OS.ParcelableWriteFlags parcelableFlags);
[<Android.Runtime.Register("writeParcelable", "(Landroid/os/Parcelable;I)V", "")>]
member this.WriteParcelable : Android.OS.IParcelable * Android.OS.ParcelableWriteFlags -> unit
Parameters
The Parcelable object to be written.
- parcelableFlags
- ParcelableWriteFlags
Contextual flags as per
Parcelable#writeToParcel(Parcel, int) Parcelable.writeToParcel()
.
- Attributes
Remarks
Flatten the name of the class of the Parcelable and its contents into the parcel.
Java documentation for android.os.Parcel.writeParcelable(android.os.Parcelable, int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.