SerializationCallbacksAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica um tipo a ser instanciado e invocado ao executar operações de serialização em instâncias do tipo ao qual esse atributo está anexado.
[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
- Herança
-
SerializationCallbacksAttribute
- Atributos
Construtores
SerializationCallbacksAttribute(Type) |
Instancia uma nova SerializationCallbacksAttribute instância. |
Propriedades
HookType |
O tipo da classe hook. |