Google Cloud Endpoints にこの制限があるのはなぜですか:
Arrays or collections of entity types are not allowed.
メソッドを持つ API の場合:
@ApiMethod(name = "getCollection", path = "getCollection", httpMethod = HttpMethod.POST)
public ArrayList<MyObject> getCollection(List<MyObject> pMyObjects) {
そして、これを回避する最善の方法は何ですか? ありがとう!