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

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

適用対象