English | Site Directory

Android - An Open Handset Alliance Project

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.

Nested Classes
Known Indirect Subclasses

Summary

Public Methods

        void  writeToParcel(Parcel dest)

Details

Public Methods

public void writeToParcel(Parcel dest)

Build m5-rc15g - 14 May 2008 12:50