johncarl81 / parceler

:package: Android Parcelables made easy through code generation.
http://parceler.org
Apache License 2.0
3.56k stars 273 forks source link

java.lang.IllegalArgumentException: Bad value in PersistableBundle #369

Open codewithlester opened 5 years ago

codewithlester commented 5 years ago

Im adding a shortcut for my activity but when using the Parcels.wrap(object) this error appearing. Can add this feature ? Please take a look : PersistableBundle.java

johncarl81 commented 5 years ago

I need a bit more to go on here... could you give me a concrete example?