XmlSerializationStrategy
SerializationStrategy sub-interface that supports special serialization for the XML format. The format will call serializeXML rather than serialize allowing for special functionality.
Note that if the serialization differs for different formats you must use an XML specific descriptor by using the SerialDescriptor.xml extension function that allows for this special casing. This is a bit of a hack to allow for it to be visible across wrapping descriptors.
