Uploaded image for project: 'Polygene'
  1. Polygene
  2. POLYGENE-231 Serialization 3.0
  3. POLYGENE-157

Remove support for legacy Map serialization format.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • None

    Description

      In Qi4j 1.x, we serialized the Maps as
      [
      { "key":"abc", "value":"def" )
      ]

      which in 2.x became
      {
      "abc":"def"
      }

      We should remove the old format to make the code cleaner and less confusing.

      Attachments

        Activity

          People

            eskatos Paul Merlin
            niclas Niclas Hedhman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: