-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.0
-
Component/s: Serialization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Serialization with default settings keeps the original property name casing, Pascal in particular. Using camelCasing convention works properly, and ensures the camel casing fields in the DB.
Unfortunately the deserialization leaves the names in the camel casing making the data incompatible with the domain that expects PascalCasing in the code.
The goal is to have camelCasing in the DB and PascalCasing in the code.
Serialization/Deserialization process should be compatible with each other.