After serializing an object to XML, some properties disappear. These objects were automatically generated with add references services and do not have the [System.Xml.Serialization.XmlIgnoreAttribute ()]
but are not appearing in XML after the object is serialized.
Has anyone ever had this problem? any idea how to solve it?
The source I am using for this test is in git link