public void onSaveInstanceState(Bundle paramBundle)
 {
   super.onSaveInstanceState(paramBundle);
   paramBundle.putParcelableArrayList("royalty", a);
 }