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
When passing `this`, it resolves to type `Thing` generically and the serializer then only looks for properties on `Thing`. To work around this, we get the runtime type via `GetType()` and pass that in.
0 commit comments