Edit

Share via


DeserializerMethodAttribute Class

Definition

Used to mark a method as providing a deserializer function for that type.

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class DeserializerMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type DeserializerMethodAttribute = class
    inherit Attribute
Public NotInheritable Class DeserializerMethodAttribute
Inherits Attribute
Inheritance
DeserializerMethodAttribute
Attributes

Constructors

DeserializerMethodAttribute()

Applies to