writeToParcel

public void writeToParcel(Parcel dest, int flags)

将类的数据写入外部提供的 Parcel 中。

Parameters

dest

对象被写入的 Parcel。

flags

对象如何被写入的附加标志,可能是 0 或 PARCELABLE_WRITE_RETURN_VALUE。