Is it possible to send array over simple named method?? For example: @ExtDirectMethod(ExtDirectMethodType.SIMPLE_NAMED) public void sendSomeData(List<SomeObject> objects, int someId) { ... }