Parcel Utils
Functions
Link copied to clipboard
Read and return a new Parcelable from the parcel.
Link copied to clipboard
Read and return a new ArrayList object from the parcel at the current dataPosition().
Link copied to clipboard
Returns the raw bytes of the parcel.
Link copied to clipboard
Returns the raw bytes of the parcel.
Link copied to clipboard
Reads Date type data from Parcel
Link copied to clipboard
Reads a Double type data from Parcel
Link copied to clipboard
Reads Float type data from Parcel
Link copied to clipboard
Reads String type data from Parcel
Read and return a new Parcelable from the parcel.
Link copied to clipboard
Reads an Integer type data from Parcel
Link copied to clipboard
Read and return a new ArrayList object from the parcel at the current dataPosition().
Link copied to clipboard
Reads a Long type data from Parcel
Link copied to clipboard
Reads Map type data from Parcel
Link copied to clipboard
Flatten a List into the parcel at the current dataPosition(), growing dataCapacity() if needed.
Link copied to clipboard
Flatten the name of the class of the Parcelable and its contents into the parcel.
Flatten a List into the parcel at the current dataPosition(), growing dataCapacity() if needed.
Writes byte type data to the parcel
Writes Double type data to the parcel
Writes Float type data into the parcel
Writes Integer type data into the parcel.
Writes a Long type data into the parcel
Writes a String type data into the parcel.
Writes Date type data into the parcel
Writes Map type data into the parcel.