Parcelable is android implementation of java Serializable. It’s used for passing data between android components with processing time faster than java Serializable. You can install this plugin, then press (⌘+N) to open popup to generate code, where you can select Parcelable. It also allows you to select which fields to be parceled.