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
We have factories to parse JSON dictionaries into that objects.
In order to ensure nullability for #581, we should disable init and new methods in the MXJSONModel class and force usage of factory methods.
We have factories to parse JSON dictionaries into that objects.
In order to ensure nullability for #581, we should disable init and new methods in the
MXJSONModel
class and force usage of factory methods.The text was updated successfully, but these errors were encountered: