次の方法で共有


ObjectSerializer.CanSerialize(Type) メソッド

定義

true指定された型 typeである がシリアル化できる場合は を返しfalse、それ以外の場合は を返します。

public bool CanSerialize (Type type);
member this.CanSerialize : Type -> bool
Public Function CanSerialize (type As Type) As Boolean

パラメーター

type
Type

戻り値

適用対象