API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Interface android.os.Parcelable

Added Methods
int describeContents() Describe the kinds of special objects contained in this Parcelable's marshalled representation.
 

Changed Methods
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
Flatten this object in to a Parcel.
 

Added Fields
int CONTENTS_FILE_DESCRIPTOR Bit masks for use with .describeContents: each bit represents a kind of object considered to have potential special significance when marshalled.
int PARCELABLE_WRITE_RETURN_VALUE Flag for use with .writeToParcel: 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)".
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff