Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Runtime.​Serialization.​IDeserializationCallback
Assembly: System.Runtime
Indicates that a class is to be notified when deserialization of the entire object graph has been completed. This interface is not called when you deserialize with <see cref="T:System.Xml.Serialization.XmlSerializer" /> .
Methods
public
void
OnDeserialization​(object sender)
sender
The object that initiated the callback. The functionality for this parameter is not currently implemented.
Runs when the entire object graph has been deserialized.