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
从 Parcel 中读取 Date 类型数据
Link copied to clipboard
从 Parcel 中读取 Double 类型数据
Link copied to clipboard
从 Parcel 中读取 Float 类型数据
Link copied to clipboard
从 Parcel 中读取 String 类型数据
Read and return a new Parcelable from the parcel.
Link copied to clipboard
从 Parcel 中读取 Integer 类型数据
Link copied to clipboard
Read and return a new ArrayList object from the parcel at the current dataPosition().
Link copied to clipboard
从 Parcel 中读取 Long 类型数据
Link copied to clipboard
从 Parcel 中读取 Map 类型数据
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.
向 parcel 中写入 byte 类型数据
向 parcel 中写入 Double 类型数据
向 parcel 中写入 Float 类型数据
向 parcel 中写入 Integer 类型数据
向 parcel 中写入 Long 类型数据
向 parcel 中写入 String 类型数据
向 parcel 中写入 Date 类型数据
向 parcel 中写入 Map 类型数据