78910111213141516
import com.alibaba.json.bvtVO.IEventDto; public class Bug_for_hmy8 extends TestCase { public void test_ser() throws Exception { IEventDto dto = new IEventDto(); dto.getEventList().add(new IEvent()); JSON.toJSONString(dto); }