public void writeToParcel(Parcel paramParcel, int paramInt) {
   paramParcel.writeBundle(JsonUtil.toBundle(a));
   paramParcel.writeInt(b);
 }