Deprecate unsafe parcel APIs
Deprecate unsafe parcel APIs and point to the safer ones that take the expected type as parameter. Where applicable also mention the typed ones that take the creator as argument since those are also more performant. APIs deprecated here are: * readMap(Map, ClassLoader) * readList(List, ClassLoader) * readHashMap(ClassLoader) * readArrayList(ClassLoader) * readArray(ClassLoader) * readSparseArray(ClassLoader) * readParcelable(ClassLoader) * readParcelableCreator(ClassLoader) * readSerializable() Test: Builds Bug: 195622897 Bug: 199275680 Bug: 205985058 Change-Id: Ic41ae13e0d965b1fd346985c77c1eecc605285b2
Loading
Please register or sign in to comment