-
- All Known Subinterfaces:
Transformable<T>
public interface Xmlable
If a class implements the interfaceXmlable
have 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.String
toXml()
Transform this object to xml String
-