Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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.