Indicates that a class is to be notified when deserialization of the entire object graph has been completed.
C# Syntax:
public interface IDeserializationCallback
Remarks
Notes to implementors: Implement the current interface as part of support for a method that is called when deserialization of the object graph is complete. If an object needs to execute code on its child objects, it can delay this action, implement IDeserializationCallback, and execute the code only when it is called back on this interface.