Condividi tramite


SerializationCallbacksAttribute Classe

Definizione

Specifica un tipo a cui creare un'istanza e richiamare quando si eseguono operazioni di serializzazione su istanze del tipo a cui è associato questo attributo.

[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
Ereditarietà
SerializationCallbacksAttribute
Attributi

Costruttori

SerializationCallbacksAttribute(Type)

Crea un'istanza di una nuova SerializationCallbacksAttribute istanza.

Proprietà

HookType

Tipo della classe hook.

Si applica a