mcharmas / android-parcelable-intellij-plugin

IntelliJ Plugin for Android Parcelable boilerplate code generation.
Apache License 2.0
2.14k stars 215 forks source link

Should generate a "readFromParcel(Parcel in)" method for class #39

Open liyzay opened 9 years ago

liyzay commented 9 years ago

Should generate a "readFromParcel(Parcel in)" method for class, because the AIDL require this method . see http://developer.android.com/guide/components/aidl.html#PassingObjects

mcharmas commented 8 years ago

This could be an option in generation dialog but unfortunately I don't have enough time to implement it. PR is welcome.

Duplicate with #33