[Simple-support] simplexml performance
Brought to you by:
niallg
|
From: Danny S. <d.s...@gm...> - 2012-02-10 17:01:22
|
Dear Simple Support, We've been using Simple XML 2.6.1 for a year or so now, mainly to deserialize small XML docs to Java objects. On close inspection, we discovered that calls to serializer.read (Class, String) were 10x slower than if we just parsed the string ourselves and assigned values to our Java object. Is there something we're missing in our call to serializer.read ? Regards, Danny |