Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.9-incubating
-
None
Description
Complex objects in a list get serialized as json object without using registered converters. This leads to malformed json strings which can't be deserialized if there is no default constructor available (as is the case with enums).