And the culprit is TryReadQueryAs method of UriExtensions that just instantiates new JsonSerializer. One of the consequences of this, is that I can't bind derived classes to base classes, using JSON.NET TypeNameHandling. Please fix this ASAP.
↧