SignalR 2.0.0 beta2 IJsonSerializer extensibility

前端 未结 3 985
攒了一身酷
攒了一身酷 2021-01-13 10:05

I want to add some custom serialization logic so that the converted json contains camel case properties.

For that reason i tried to replace the default IJsonSeriali

3条回答
  •  终归单人心
    2021-01-13 10:56

    In SignalR 2.0 you can't replace the JsonSerializer, there's no more IJsonSerializer abstraction. It's always JSON.NET.

提交回复
热议问题