-
public interface ObjectToXmlFileThe interfaceObjectToXmlFileprovides 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> voidtoXml(T object, @NonNull java.io.File file)Converts the given object to a xml file
-