Edit

Share via


SerializerMethodAttribute Class

Definition

Used to mark a method as providing a serializer function for that 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
Inheritance
SerializerMethodAttribute
Attributes

Constructors

SerializerMethodAttribute()

Applies to