MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

The javabean you created must implements Serializable

Open cenumi opened this issue 6 years ago • 3 comments

The javaBean you created must implements Serializable or when you start another activity, "Java.lang.RuntimeException: Parcel: unable to marshal value com.xxx.xxx.yourJavaBean@xxxx1234" shows.

cenumi avatar Jul 23 '17 09:07 cenumi

Same error here

provokateurin avatar Mar 31 '18 09:03 provokateurin

Yes, me toooooooooooooooooooooooooooooooo!!!! This project seems to be discontinued, let's use another!

ivan-avalos avatar May 27 '18 05:05 ivan-avalos

I found a partial solution to this problem:

searchBar.isSaveEnabled = false
searchBar.isSaveFromParentEnabled = false

I don't know what is the second for, but it worked for me!

ivan-avalos avatar May 27 '18 05:05 ivan-avalos