JsonMetadataServices.CreateObjectInfo<T> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
複合クラスまたは構造体のメタデータを作成します。
public:
generic <typename T>
static System::Text::Json::Serialization::Metadata::JsonTypeInfo<T> ^ CreateObjectInfo(System::Text::Json::JsonSerializerOptions ^ options, System::Text::Json::Serialization::Metadata::JsonObjectInfoValues<T> ^ objectInfo);
public static System.Text.Json.Serialization.Metadata.JsonTypeInfo<T> CreateObjectInfo<T> (System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<T> objectInfo);
static member CreateObjectInfo : System.Text.Json.JsonSerializerOptions * System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<'T> -> System.Text.Json.Serialization.Metadata.JsonTypeInfo<'T>
Public Shared Function CreateObjectInfo(Of T) (options As JsonSerializerOptions, objectInfo As JsonObjectInfoValues(Of T)) As JsonTypeInfo(Of T)
型パラメーター
- T
クラスまたは構造体の型。
パラメーター
- options
- JsonSerializerOptions
JsonSerializerOptionsシリアル化と逆シリアル化に使用する 。
- objectInfo
- JsonObjectInfoValues<T>
コンストラクター、プロパティ、およびフィールドを使用して、オブジェクト型に関するシリアル化メタデータを提供します。
戻り値
JsonTypeInfo<T>クラスまたは構造体を表す インスタンス。
例外
options
または objectInfo
が null
です。
注釈
この API は System.Text.Json ソース ジェネレーターの出力で使用されるため、直接呼び出さないでください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET