public interface ObjectToXmlConverter<D>
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectToXml(D object)
Converts the Java object to its xml representation.
|
D |
XmlToObject(String xml)
Converts the xml representation to a Java object.
|
D XmlToObject(String xml) throws JAXBException
xml - The xml representation to convertJAXBExceptionString ObjectToXml(D object) throws JAXBException
object - The object to convert.JAXBExceptionCopyright © 2022. All rights reserved.