public class WrapperUtils
extends java.lang.Object
Parcelable objects that use
native code to optimize their Parcelable implementations. When placed into a Bundle unwrapped, these objects will cause a crash if the Bundle is written to a
Parcel that then calls Parcel.marshall().| Constructor and Description |
|---|
WrapperUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
unwrapOptimizedObjects(android.os.Bundle bundle) |
static void |
wrapOptimizedObjects(android.os.Bundle bundle) |