--- lang: ja-jp breaks: true --- # `System.Text.Json`で、独自型をキーにもつ`Dictionary`がシリアライズ出来ない。 2021-12-15 > System.Text.Json でサポートされているコレクション型 > https://docs.microsoft.com/ja-jp/dotnet/standard/serialization/system-text-json-supported-collection-types > .NET で JSON シリアル化 (マーシャリング) のためのカスタム コンバーターを作成する方法 > https://docs.microsoft.com/ja-jp/dotnet/standard/serialization/system-text-json-converters-how-to ###### tags: `System.Text.Json` `独自型` `Dictionary`