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

Nested map results in exception #360

Open
waeljammal opened this issue Oct 4, 2016 · 1 comment
Open

Nested map results in exception #360

waeljammal opened this issue Oct 4, 2016 · 1 comment

Comments

@waeljammal
Copy link

Boon is unable to serialize this:
private Map<Integer, Map<String, FlowPortMap>> portMaps = new HashMap<>();

MESSAGE: fieldName portMaps of class class *.FlowContext had issues for value MAP for field FieldInfo [name=portMaps, type=interface java.util.Map, parentType=class *.FlowContext]

FlowPortMap is a bunch of fields that are primitive (String, Integer)

@RichardHightower
Copy link
Contributor

Code sample?

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

2 participants