-
-
Notifications
You must be signed in to change notification settings - Fork 401
Description
Right now (as of #4622) there are virtual Deserialized methods that are invoked as each object in the graph is deserialized.
It would be ideal to have async versions of this method as well. This may be a fairly large task, because the code that invokes Deserialized is not currently async, and so there is likely to be a cascade effect of making a lot of things async that are currently sync.