ParcelableDataItem
Parcelable wrapper class for DataItem to allow easy interop with Android Bundles
This parcelable will write the DataItem as a single String field in the Parcel, taken from DataItem.toString
Parameters
dataItem
The DataItem to write as a Parcelable