Circular relationship gives stack overflow
Open
enhancement
- Dominant language
- Java
- Stars
- 24.2k
- Forks
- 4.5k
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 12
Description
```
I had some problems with models having a circular relationship.
It resulted in a stackoverflow error when marshalling to Json.
Making the relationship uni-directional solved the problem.
Unfortunately, this is not always possible.
```
Original issue reported on code.google.com by `roger.la...@gmail.com` on 12 Aug 2013 at 9:46
Contributor guide
Assessment
This issue has not been assessed yet.