-
public interface ObjectToXmlThe interfaceObjectToXmlprovides 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.StringtoXml(T object)Converts the given object to a xml string
-