XML tune export progress
This commit is contained in:
parent
31b6fd592e
commit
77dcce2ccb
|
@ -15,6 +15,7 @@ public class XmlUtil {
|
|||
JAXBContext jaxbContext = JAXBContext.newInstance(modelClass);
|
||||
|
||||
Marshaller marshaller = jaxbContext.createMarshaller();
|
||||
marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
|
||||
|
||||
StringWriter xmlWriter = new StringWriter();
|
||||
marshaller.marshal(instance, xmlWriter);
|
||||
|
|
Loading…
Reference in New Issue