Since the Parcel doc says that
changes in the underlying implementation of any of the data in the Parcel can render older data unreadable.
So I wonder is there a way to monitor the process, so that we can prevent placing Parcel
data to persistent storage.
Also, does the Serializable
object has the same problem, if it does, how to monitor.