write To Parcel
Writes byte type data to the parcel
Parameters
out
Parcel
obj
byte type data
Writes a String type data into the parcel.
Parameters
out
Parcel
obj
String type data
Writes a Long type data into the parcel
Parameters
out
Parcel
obj
Long type data
Writes Integer type data into the parcel.
Parameters
out
Parcel
obj
Integer type data
Writes Float type data into the parcel
Parameters
out
Parcel
obj
Float type data
Writes Double type data to the parcel
Parameters
out
Parcel
obj
Double type data
Writes Map type data into the parcel.
Parameters
out
Parcel
obj
Map type data
Writes Date type data into the parcel
Parameters
out
Parcel
obj
Date type data
Flatten the name of the class of the Parcelable and its contents into the parcel.
Parameters
out
Parcel
model
java object
Flatten a List into the parcel at the current dataPosition(), growing dataCapacity() if needed.
Parameters
out
Parcel
model
java object