I have class Data with some properties, where one of the property is a class which implements Serializable and another one implements Parcelable, other properties is String.
And I want to make this Class (Data) implement Serializable.
Is there any problems during serialization of Data class with property which implements Parcelable, but not implements Serializable?