FastGithub/FastGithub.FlowAnalyze/FlowStatisticsContext.cs
xingyuan55 4d9d97f871 start
2022-11-16 08:01:03 +08:00

10 lines
209 B
C#

using System.Text.Json.Serialization;
namespace FastGithub.FlowAnalyze
{
[JsonSerializable(typeof(FlowStatistics))]
public partial class FlowStatisticsContext : JsonSerializerContext
{
}
}