IDeserializationStartCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the deserialization start callback.
public interface IDeserializationStartCallback
type IDeserializationStartCallback = interface
Public Interface IDeserializationStartCallback
- Derived
Remarks
IDeserializationStartCallback is similar to System.Runtime.Serialization.IDeserializationCallback but its goal is to inform object that its deserialization begun. In can be implemented on the object, or/and on the object's designer.
Methods
OnDeserializationBegin(Object) |
Indicates the start of the deserialization. |