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()

メソッドを、その型のシリアライザー関数を提供するものとしてマークするために使用されます。

適用対象