DeserializerMethodAttribute 类

定义

用于将方法标记为为该类型提供反序列化程序函数。

[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
继承
DeserializerMethodAttribute
属性

构造函数

DeserializerMethodAttribute()

用于将方法标记为为该类型提供反序列化程序函数。

适用于