java - How to measure speed of parcelable vs serializable -
i need perform metric measurement on speed of serialization vs parcelable in android. have large pojo object gson converts json , vice versa.
but superiors metric determine if converting our serializable classes parcelable android classes worth effort. dont want hear community based opinions. best tools can use measure timing ? think using android's traceview ?
don't need perf test, serialisation uses reflection , parcelable not. means more object big, more take time reflect it.
Comments
Post a Comment