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
I consider this a bug. Null objects should be encoded as the simple type null, no matter whether they are class types or other types.
In our use case, this is causing issues after deserialization, since the empty map is deserialized into a default instance of the type, rather than null.
Please consider removing this line and always encoding as null.