public class XmlUtil extends Object
public static Map<String,Object> DeserializeXml(String xmlStr, Class type) throws InstantiationException, IllegalAccessException, NoSuchMethodException, InvocationTargetException
public static String mapToXml(Map<String,Object> map) throws IllegalAccessException
Copyright © 2020. All rights reserved.