Reference:Android.os.Parcelable

From Triled Wiki

Jump to: navigation, search


android.os
public interface android.os.Parcelable

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.

Contents

[edit] Nested Classes
Parcelable.Creator  

[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

        void  writeToParcel (Parcel dest)

[edit] Details

[edit] Public Methods

[edit] public void writeToParcel(Parcel dest)

[edit] References

Personal tools