Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
Previously, contentAsObject() and contentAsArray() would fail if the user provided a custom JsonSerializer that did not know how to handle JsonObject and JsonArrays.
Improve the user experience by making sure these methods always work regardless of whether a custom serializer is used.