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)
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)