public class XmlUtils extends Object
XmlUtils()
static <T> T
fromXML(String xmlString, Class<T> type)
static String
toXML(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XmlUtils()
public static String toXML(Object obj)
public static <T> T fromXML(String xmlString, Class<T> type)
Copyright © 2023. All rights reserved.