parcelable refers to the capability of an object to be converted to a parcel, a container for reading and writing data of various type, using type specific rather than generic serialization
parcelable is defined in the Android API as as interface for classes whose instances can be written to and restored from a parcel
References