Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-1328

Property names for dynamic types are not deserialized with PascalCasing

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor - P4 Minor - P4
    • None
    • 2.0
    • Serialization
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            lennygran Lenny Granovsky
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: