-
public interface ObjectToXmlFile
The interfaceObjectToXmlFile
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> void
toXml(T object, @NonNull java.io.File file)
Converts the given object to a xml file
-