The XmlTextAttribute informs the XmlSerializer that the value should be serialized XML text.
This works for string but fails for string[]
Expected:
<root>1 2 3</root> An array of int should be serialized as whitespace separated collection of values