I needed polymorphism in my application so much. I even wanted to replace entire MessagePack infrastructure, and find another way to perform serialization and polymorphism with SignalR.
Fortunately realized that if put abstract data inside another parent type like in data container, it has overcome Hub method signature without any problem, and can be used as expected.