Hi Bruce:
Thanks for sharing with me the performance benchmark. It really puts
things into perspective regarding the databinding processing and
manual processing.
Do you think gson will provide some traversal abilities like jxpath in
the future? For now, if I would like to locate a key deep down in
recursive hashmap, I think I need to parse it manually to find the
key. Am I correct or there is a better way to do this with the help of
other libraries?
Best Regards,
Jerry
On Jul 10, 5:23 pm, Programmer Bruce <
programmerbr...@gmail.com>
wrote:
> No. The opposite. It's often faster to manually parse and build, rather
> than use the fancy binding features. The binding features are just much
> more convenient -- 1 line solutions instead of 100 lines.
>
> According to the performance tests athttps://
github.com/eishay/jvm-serializers/wikiusing Gson databind is almost