SerializationCallbacksAttribute Class
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 a type to be instantiated and invoked when performing serialization operations on instances of the type which this attribute is attached to.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class SerializationCallbacksAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type SerializationCallbacksAttribute = class
inherit Attribute
Public NotInheritable Class SerializationCallbacksAttribute
Inherits Attribute
- Inheritance
-
SerializationCallbacksAttribute
- Attributes
Constructors
SerializationCallbacksAttribute(Type) |
Instantiates a new SerializationCallbacksAttribute instance. |
Properties
HookType |
The type of the hook class. |