Niclas Hedhman created ZEST-157:
-----------------------------------

             Summary: Remove support for legacy Map serialization format.
                 Key: ZEST-157
                 URL: https://issues.apache.org/jira/browse/ZEST-157
             Project: Zest
          Issue Type: Task
            Reporter: Niclas Hedhman


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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to