コード例 #1
0
ファイル: JsonMappingTest.cs プロジェクト: wenfeifei/Mapster
 public static void Setup(TestContext context)
 {
     _config = new TypeAdapterConfig();
     _config.EnableJsonMapping();
 }