Package io.github.astrapi69.xml.api
Interface ObjectToXml
-
public interface ObjectToXml
The interfaceObjectToXml
provides a single method for convert an object to a xml string
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> java.lang.String
toXml(T object)
Converts the given object to a xml string
-