So i know it is recommended to use Parcelable instead of Serializable in android, because it is faster.
My question is: is that impossible to avoid using Serializabl
All the composite objects should also be Parcelable. In case, you want to skip an object then don't use it writeToParcel method.