public static stringifyMap(value as Map<String, Object>, rootName as String = "object", exclude as List<String> = null, prettyPrint as Boolean = true, indent as Int = 4) as String:
Converts a map to XML text.
XML representation of the map.
xml = XMLSerializer.stringifyMap({"name": "Klyn"} as Map<String, Object>, "data")