processAnnotations

来源:互联网 发布:淘宝达人入口网址 编辑:程序博客网 时间:2024/05/21 18:44
//实例化一个对象XStream
        XStream xstreamReq = new XStream(new DomDriver());
        //对指定的类使用Annotations 进行序列化
        xstreamReq.processAnnotations(EsLisGrpCont.class);
0 0
原创粉丝点击