From Triled Wiki
android.os
public interface android.os.Parcelable
Interface for classes whose instances can be written to and restored from a Parcel. Class implementing the Parcelable interface must also have a static method "Object createFromParcel(Parcel)" which will be called when unmarshalling.
[edit] Nested Classes
[edit] Known Indirect Subclasses
ActivityInfo, ActivityManager.RecentTaskInfo, ActivityManager.RunningTaskInfo, ActivityPendingResult, Address, ApplicationInfo, Bitmap, Bundle, ComponentName, ContentValues, Criteria, CursorWindow, InstrumentationInfo, Intent, IntentFilter, KeyEvent, Location, MergeResult, MergeStats, Message, MotionEvent, Notification, PackageInfo, ParcelFileDescriptor, PermissionInfo, Presence, ProviderInfo, Rect, Region, RemoteViews, ResolveInfo, Resources.Configuration, ServiceInfo, SmsRawData, Surface, SyncAdapter.SyncData, TrivialSyncData, Uri, WindowManager.LayoutParams
[edit] Summary
[edit] Public Methods
[edit] Details
[edit] Public Methods
[edit] public void writeToParcel(Parcel dest)
[edit] References