Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with deserialization of nested non-wrapped lists, with empty inner list #180

Closed
cowtowncoder opened this issue Jan 5, 2016 · 0 comments

Comments

@cowtowncoder
Copy link
Member

Looks like there is a problem, wherein nested structures like say:

  • Definition POJO, with records, unwrapped List with Record
  • Record POJO having property fields, another unwrapped list of Field POJOs

and case where inner List happens to be empty/missing, cause incorrectly "split" parts of outermost Lists (here for property records).

I will come up with a full reproduction later on, but observed this in the wild, and I think it occurs with latest 2.7.0-rc code, as well as 2.6.4-1, so is not just something that has been fixed with a later version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant