Closed mhotan closed 11 years ago
Parcelable needs to die. From a performance standpoint it is way to slow to handle large content. We should be able to use only the public references and putting small primitive values in bundles.
Im doing this right now
Parcelable needs to die. From a performance standpoint it is way to slow to handle large content. We should be able to use only the public references and putting small primitive values in bundles.