[android-developers] Re: Jackson Object Mapping is so slow in the process with an Activity.

2011-06-23 Thread idleSun
It turns out that it is slow when I run it in debug mode. So it is not a big deal. However, if you have a heavy jackson use and want to debug your code then you got to be really patient. On Jun 22, 10:59 am, idleSun idle...@gmail.com wrote: I am using pretty complicated JSON data with Object

[android-developers] Jackson Object Mapping is so slow in the process with an Activity.

2011-06-22 Thread idleSun
I am using pretty complicated JSON data with Object Mapping to Java Classes that are of course also pretty complicated (inheritance depth is high and there are members defined as List and so on). When I do Jackson object mapping in a service with a separate process, it took about 4 sec. But