Condividi tramite


EnableKeyedSerializerAttribute Classe

Definizione

Consente a un tipo di specificare il tipo di serializzatore da usare per questa classe nel caso in cui non siano responsabili altre attestazioni serializzatori.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class EnableKeyedSerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type EnableKeyedSerializerAttribute = class
    inherit Attribute
Public NotInheritable Class EnableKeyedSerializerAttribute
Inherits Attribute
Ereditarietà
EnableKeyedSerializerAttribute
Attributi

Costruttori

EnableKeyedSerializerAttribute(Type)

Consente a un tipo di specificare il tipo di serializzatore da usare per questa classe nel caso in cui non siano responsabili altre attestazioni serializzatori.

Proprietà

SerializerType

Tipo di serializzatore da usare per questa classe nel caso in cui non siano responsabilità di altri serializzatori.

Si applica a