You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: