Package com.alibaba.json.bvtVO

Examples of com.alibaba.json.bvtVO.IEventDto


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);
    }
View Full Code Here

TOP

Related Classes of com.alibaba.json.bvtVO.IEventDto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.