1

我有以下两个课程:

class RedirectInfo{


    ["java:getset"]string originalRetUrl;

    ["java:getset"]string proposalRetUrl;

    ["java:getset"]string comment;
};

class ResultTO extends ::http::ResponseTO {

    ["java:getset"]common::StringList pagingLinks;

    ["java:getset"]RedirectInfo ri;
};

RedirectInfo不为空时,我得到以下异常:

例外是“ice.UnmarshalOutOfBoundsException”

4

0 回答 0