Package com.alibaba.json.bvtVO

Examples of com.alibaba.json.bvtVO.PushMsg


import com.alibaba.json.bvtVO.PushMsg;


public class Bug_for_sankun extends TestCase {
    public void test_sankun() throws Exception {
        PushMsg bean = new PushMsg();
        JSON.toJSONString(bean);
    }
View Full Code Here

TOP

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

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.