Passing Parcelable object which has a member variable which is Not parcelable(a class that belongs to third party library)
问题 I'm trying to send a class's object(let's say Class X's object) as part of class that implements Parcelable. The problem that I am facing here is, Class X is a part of some library and I can not edit it to implement Parcelable or serializable. I've checked that Class X does not implement Parcelable or serializable and we can not change as well. Can you guys please help me here? MainActivity: public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle