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
When deserializing, I might pass a completely irrelevant object to init of a deserializable object and they have to handle it. having the option to return nil and say there are not enough information to initialize this object would be great specially since <-- operator does return an optional anyway.
The text was updated successfully, but these errors were encountered:
peymanmortazavi
changed the title
Changing Deserializable to require init? as oppose to init
Request: Changing Deserializable to require init? as oppose to init
Jul 20, 2016
When deserializing, I might pass a completely irrelevant object to init of a deserializable object and they have to handle it. having the option to return nil and say there are not enough information to initialize this object would be great specially since <-- operator does return an optional anyway.
┆Issue is synchronized with this Asana task
The text was updated successfully, but these errors were encountered: