public interface XmlConverter
Modifier and Type | Method and Description |
---|---|
Object |
fromXml(String xml)
Deserializes object from xml.
|
String |
toXml(Object obj)
Serializes object to xml.
|
Copyright © 2002-2024 Atlassian. All Rights Reserved.