SerializerMethodAttribute 类

定义

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

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

构造函数

SerializerMethodAttribute()

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

适用于