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
Hi,
in new Serializer version, enumerable types are converted to the string value of property.
in old "objectmappers" they are converted to integer ord value.
this is a breaking change.
can be added an attribute to set enumrable type to use old method?
maybe we can use something similat to MVCValueAsTypeAttribute.
The text was updated successfully, but these errors were encountered:
Hi,
in new Serializer version, enumerable types are converted to the string value of property.
in old "objectmappers" they are converted to integer ord value.
this is a breaking change.
can be added an attribute to set enumrable type to use old method?
maybe we can use something similat to MVCValueAsTypeAttribute.
The text was updated successfully, but these errors were encountered: