boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

Nested map results in exception #360

Open waeljammal opened 7 years ago

waeljammal commented 7 years ago

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 commented 7 years ago

Code sample?