danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serializer: Support interger serialization of enumerable.

drcrck opened this issue · comments

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.