Skip to content

Add async Deserialized methods #4746

@rockfordlhotka

Description

@rockfordlhotka

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions