GWT - RPC SerializationException

前端 未结 6 1806
感情败类
感情败类 2020-12-05 15:38

It\'s been a while since I\'ve been doing GWT and I needed something small done quickly. I set things up and now I have a RPC I need, but it fails.

The RPC is suppos

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 15:48

    I get also this error when I used sublist:

    return myList.subList(fromIndex, toIndex);
    

提交回复
热议问题