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
In SignalR 2.0 you can't replace the JsonSerializer, there's no more IJsonSerializer abstraction. It's always JSON.NET.