public class XML2Model extends Object
XML2Model()
static <T> T
loadXML(Class<T> t, File file)
loadXML(Class<T> t, String xml)
static <T> String
saveXML(T t)
static <T> void
saveXML(T t, File file)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XML2Model()
public static <T> T loadXML(Class<T> t, String xml)
public static <T> T loadXML(Class<T> t, File file)
public static <T> String saveXML(T t) throws Exception
Exception
public static <T> void saveXML(T t, File file) throws Exception
Copyright © 2025 Gudu Software. All rights reserved. | Back to Documentation | Full Documentation Site