IOnDeserialized 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.
Indicates that a class is to be notified when it has been deserialized.
public interface IOnDeserialized
type IOnDeserialized = interface
Public Interface IOnDeserialized
- Derived
Methods
OnDeserialized(DeserializationContext) |
Notifies this instance that it has been fully deserialized. |
OnDeserialized(ISerializerContext) |
Notifies this instance that it has been fully deserialized. |