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

Non-static inner classes support #68

Open
jansupol opened this issue Jan 22, 2018 · 1 comment
Open

Non-static inner classes support #68

jansupol opened this issue Jan 22, 2018 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@jansupol
Copy link
Owner

By the nature of non-static inner classes, they cannot have a default non-argument constructor which makes not possible to deserialize them using default mapping. The spec has to be changed in a way that non-static inner classes support is removed or non-static inner classes are supported only for serialization.
See discussion on Yasson issues tracker:
eclipse-ee4j/yasson#49

@jansupol
Copy link
Owner Author

@jansupol jansupol added the bug Something isn't working label May 23, 2018
@jansupol jansupol added this to the 2.0 milestone May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant