You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support json-api polymorphism, we need a new method on IModelManager called GetTypeForJsonKey, which would be the inverse of GetJsonKeyForType. In order to make this work, we will need some sort of type registry. @SphtKr any ideas?