Initial commit of new UI c# component
This commit is contained in:
8
Il2CppInspector.Redux.GUI/AppJsonSerializerContext.cs
Normal file
8
Il2CppInspector.Redux.GUI/AppJsonSerializerContext.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Il2CppInspector.Redux.GUI;
|
||||
|
||||
[JsonSerializable(typeof(string))]
|
||||
[JsonSerializable(typeof(List<string>))]
|
||||
[JsonSerializable(typeof(Dictionary<string, string>))]
|
||||
internal partial class AppJsonSerializerContext : JsonSerializerContext;
|
||||
Reference in New Issue
Block a user