I have the following test XML string:
b1 a2
No, basically; XmlSerializer doesn't support that. If you want to use that option you'd need to write it manually with XDocument or XmlDocument or XmlReader.
XmlSerializer
XDocument
XmlDocument
XmlReader