public static stringify(value as Object, rootName as String = "object", exclude as List<String> = null, prettyPrint as Boolean = true, indent as Int = 4) as String:
Converts a value to XML text.
XML representation of the value.
xml = XMLSerializer.stringify(user, "User", ["password"], true, 4)