Partager via


SerializerMethodAttribute Classe

Définition

Permet de marquer une méthode comme fournissant une fonction sérialiseur pour ce type.

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class SerializerMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type SerializerMethodAttribute = class
    inherit Attribute
Public NotInheritable Class SerializerMethodAttribute
Inherits Attribute
Héritage
SerializerMethodAttribute
Attributs

Constructeurs

SerializerMethodAttribute()

Permet de marquer une méthode comme fournissant une fonction sérialiseur pour ce type.

S’applique à