XMLUtil is a utility class provided in Bungee Connect which allows you to convert an object to XML, or XML to an object.
We have added a new code sample that you can import in to your DesignGroup to use as a learning aid, or you can incorporate some of the functionality directly into one of your projects. In the sample code, we also convert the XML to a string (for display) and back from a string to XML, then to an object.
Though this functionality is not part of the XMLUtil proper, you may also find this functionality helpful. The sample code includes a class called “Function_Examples.” In that class, you can simulate the Examples form. By running the form, you can see the conversions in process. You can then explore the code to learn how to call the different functions.
Documentation for the XMLUtil is also available at the following location: http://docs.bungeeconnect.com/wiki/index.php/Runtime_Type_:_Utility_:_XMLUtil
-Blaine
