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
The ObjectMapper doesn't support serialize/deserialize char C# type currently. The property or field that has char type will be serialized to an empty Ion struct, and will be deserialized as the default char value which is '\0' (U+0000).