-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.12 EE, 6.1.0 CE RC1
-
Fix Version/s: 6.0.12 EE, 6.1.0 CE RC1
-
Component/s: ~[Archived] WCM
-
Labels:None
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
By default, loose serialization serializes all non-collection properties of a bean. To include some collection-like property, we need to either specifiy it manually in the code at place of serialization, or to annotate property with @JSON annotation (just property, no need to annotate the whole class).
Putting @JSON annotation does not work i.e. it works only in strict mode We need to make it work in non-strict mode, too.
- relates
-
LPE-5155 Added new loose serialization methods to JSONFactoryUtil
-
- Closed
-