-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0
-
Labels:None
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.