Skip to content

Commit

Permalink
feat: Added some default JsonSerializerContextTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jan 7, 2025
1 parent 30d7b72 commit ec5e6cb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ public sealed partial class JsonSerializerContextTypes
{{
{string.Empty.ToXmlDocumentationSummary(level: 8)}
public global::System.Collections.Generic.Dictionary<string, string>? StringStringDictionary {{ get; set; }}
{string.Empty.ToXmlDocumentationSummary(level: 8)}
public global::System.Collections.Generic.Dictionary<string, object>? StringObjectDictionary {{ get; set; }}
{string.Empty.ToXmlDocumentationSummary(level: 8)}
public global::System.Text.Json.JsonElement? JsonElement {{ get; set; }}
{types.Select(x => x.CSharpTypeWithNullability).Distinct().Select((type, i) => @$"
{string.Empty.ToXmlDocumentationSummary(level: 8)}
Expand Down

0 comments on commit ec5e6cb

Please sign in to comment.