DeserializerMethodAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |