java.util.Date parcelization
riwnodennyk opened this issue · 2 comments
riwnodennyk commented
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);
mcharmas commented
Hi!
I'm glad you like the plugin.
Thanks for info about this issue.
I'll fix this it in few days.
mcharmas commented
Done. Just download new version.