Compartir a través de


SerializerMethodAttribute Clase

Definición

Se usa para marcar un método como proporcionar una función serializador para ese tipo.

[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
Herencia
SerializerMethodAttribute
Atributos

Constructores

SerializerMethodAttribute()

Se usa para marcar un método como proporcionar una función serializador para ese tipo.

Se aplica a