Parcelize plugin is way more lightweight than Serialization. The chief reason is that to parcelize a class you don’t have to know anything about names/ids of its fields, nor you have to support missing/new/optional/transient fields. So, parcelizing a natively parcelizable class is always going to be very slightly more efficient.