I only want only to de-serializing a certain data member, without serializing it.
I understand I can set EmitDefaultValue =false, and set the value to null.
There is the attribute System.Xml.Serialization.XmlIgnoreAttribute wich say to xmkserializers to ignore your property. But it only change xml serialization behavior.