This article talks about how to parcel parse objects so that the target activities can receive parse objects through intents. Parse objects don't natively support any form of serialization. So the approach presented here is an approximation of sending parse object through a parcelable and would meet most simple needs.