1 package test6; 2 3 parcelable Foo { 4 ParcelableHolder ph; 5 ParcelFileDescriptor[] pfds; // not moveable 6 } 7