public void a(Parcel paramParcel) {
   a = JsonUtil.fromBundle(paramParcel.readBundle(), MediaCategory.class);
   b = paramParcel.readInt();
 }