I have an object having an attribute of type map, but I want this map to be serialized to a list, containing only the values of this map.
I could do this by other means (for example, by making the map transient, adding a couple of setter/getter returning the values of the map and serializing this list) but I was wondering if there was a way to customize SimpleXml to get this result.