Package io.github.astrapi69.xml.api
Interface Xmlable
-
- All Known Subinterfaces:
Transformable<T>
public interface Xmlable
A class that implements this interface marks the object that it can be transformed to an 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.
-