Partager via


EnableKeyedSerializerAttribute Classe

Définition

Permet à un type de spécifier le type de sérialiseur à utiliser pour cette classe dans le cas où aucun autre sérialiseur ne revendique la responsabilité.

[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
Héritage
EnableKeyedSerializerAttribute
Attributs

Constructeurs

EnableKeyedSerializerAttribute(Type)

Permet à un type de spécifier le type de sérialiseur à utiliser pour cette classe dans le cas où aucun autre sérialiseur ne revendique la responsabilité.

Propriétés

SerializerType

Type de sérialiseur à utiliser pour cette classe dans le cas où aucun autre sérialiseur ne revendique la responsabilité.

S’applique à