我有Asp.Net WebApi 2 project, Now converted into Asp.Net Core 2.0需要做什么改变吗?CustomerController.cspublic IActionResult RetrieveData(Customer filters)// code
在Asp.net Web
我正在使用Swashbuckle为我正在编写的ASP.NET核心API生成swagger文档。在我的API中,我使用了许多自定义Json转换器,所以我接收和返回的json看起来与定义C#类的方式不完全一样。MyClass complicatedField;它将被序列化为 "complicatedField": "String representation of the object"但是,Swashbuckle将其记录为
{