using System.Text.Json.Serialization; namespace Parsing_Packets.Models; [JsonSourceGenerationOptions(WriteIndented = true)] [JsonSerializable(typeof(Dictionary>))] internal partial class HelperPhysicalAddressDictionarySourceGenerationContext : JsonSerializerContext { }