mcharmas/android-parcelable-intellij-plugin

java.util.Date parcelization

riwnodennyk opened this issue · 2 comments

Plugin worked great for me, thanks!
With only drawback: Having field of java.util.Date class, the plugin tries to

dest.writeParcelable(this.mDate, flags);

instead of

dest.writeSerializable(this.mDate);

Hi!
I'm glad you like the plugin.
Thanks for info about this issue.
I'll fix this it in few days.

Done. Just download new version.