Bundle size in bytes

Is there any way to know the bundle size in bytes? My point in asking this is I am saving parcelable object lists in my bundle on onSaveInstanceState. I need to check if the bundle size is reache...