3

我们有 iphone 应用程序,它通过axis2 webservice 与后端数据服务器通信。通常这意味着带有 JSON 的 RESTful API。我们遇到了一个问题,我们正在处理以 JSON 形式呈现的现有 Web API。问题是在某些情况下数组被错误地序列化。具体来说,我们已经看到:

When an array has more than 1 entry, it is serialized correctly
When the array has only 1 entry, it is serialized not as an array, but as a single dictionary.

那么如何从服务器端(java)控制这个?

4

0 回答 0