I am trying to use gson to do my object mapping on the android emulator.
It has been ridiculously slow when processing json data around 208 kb. I do not have any hie
I've seen questions like this come up before, and the general consensus is that Jackson is much faster than Gson. See the following links for more information:
Here is one which specifically discusses Android: http://ubikapps.net/?p=525