Parcelable.describeContents(): each bit represents a
kind of object considered to have potential special significance when
marshalled.Parcelable.writeToParcel() and
using the given ClassLoader.Parcelable.writeToParcel().Parcel.Parcelable.Creator that allows you to receive the
ClassLoader the object is being created in.Parcelable.writeToParcel(android.os.Parcel, int): the object being written
is a return value, that is the result of a function such as
"Parcelable someFunction()",
"void someFunction(out Parcelable)", or
"void someFunction(inout Parcelable)".Copyright © 2016. All rights reserved.