示例#1
0
 public JsonObj XmlToJson(XmlObj obj)
 {
     return(new JsonObj());
 }
示例#2
0
 public XmlObj GetParam(XmlObj obj)
 {
     return(obj);
 }