Skip to content

Commit

Permalink
Create ProgramJsonSerializerContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelfattahradwan committed May 2, 2024
1 parent 8c4ad4f commit 461ca89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ProgramJsonSerializerContext.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using System.Text.Json.Serialization;

namespace CreateUnityPackage;

[JsonSourceGenerationOptions]
[JsonSerializable(typeof(string[]))]
internal partial class ProgramJsonSerializerContext : JsonSerializerContext;

0 comments on commit 461ca89

Please sign in to comment.