I agree to add param dept, It does not work fine when I user Hibernate
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I agree to add param dept, It does not work fine when I use Hibernate
Comment #6 on issue 20 by inder123: Gson should limit the allowed recursion
depth
http://code.google.com/p/google-gson/issues/detail?id=20
(No comment was entered for this change.)
Comment #7 on issue 20 by inder123: Gson should limit the allowed recursion
Why is this needed?
I say that recursion should not be used for parsing at all, queues should
be used instead to avoid code recursion all together.
Comment #10 on issue 20 by limpbiz...@gmail.com: Gson should limit the
allowed recursion depth
http://code.google.com/p/google-gson/issues/detail?id=20
We don't recurse in the streaming parser.