Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.5 GA, 6.0.12 EE, 6.1.0 CE RC1
-
Fix Version/s: 6.0.12 EE, 6.1.0 CE RC1
-
Component/s: WCM
-
Labels:None
-
Similar Issues:
Description
Use new loose JSON serialization in the JSONServiceAction. This makes *JSONSerializers obsolete.
Issue Links
- is related to
-
LPS-16088
Add JSON annotation for specifying json serialization hints
-

The only difference in serialization is the AssetEntryDisplay, field: getCategoryIds[] (in JSONServiceAction)
Previously, this field is serialized to 'assertCategoryIds' with CSV value.
Now this field is serialized to 'categoryIds' and the value is json array.