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
but same is not true for other scalar types; as an example, int type fails.
This because there is special XmlStringDeserializer that handles details of handling special cases.
But it would make sense to make this work at least for int and long -- and others in future, too.