I have problems with serializing enum values.
Here is the code:
[System.Xml.Serialization.XmlRootAttribute(Namespace = \"\", IsNullable = false)] pub
Try putting [Flags] attribute on the enum.