-
- All Known Subinterfaces:
Transformable<T>
public interface XmlableIf a class implements the interfaceXmlablehave to implement the method for transformation to a xml string
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoXml()Transform this object to xml String
-