I need to perform a metric measurement on the speed of serialization vs parcelable in Android. I have a very large POJO object that gson converts to JSON and vice versa.
But my superiors would like a metric to determine if converting our serializable classes to parcelable android classes is worth the effort. They dont want to hear community based opinions. What are the best tools i can use to measure the timing ? What do you think about using Android's traceview ?