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
Currently users need to implement their own Parse and Stringify methods for each enum type they define. As a result, JANA2 enum parameters are inconsistent. Some enums are serialized as strings, others as ints, and still others as both; then they may be parsed with varying levels of tolerance for case sensitivity, stringiness, or integerness.
Currently users need to implement their own Parse and Stringify methods for each enum type they define. As a result, JANA2 enum parameters are inconsistent. Some enums are serialized as strings, others as ints, and still others as both; then they may be parsed with varying levels of tolerance for case sensitivity, stringiness, or integerness.
@sebouh137
The text was updated successfully, but these errors were encountered: