Hi,

I am XML-serializing my classes. But when the serialization takes place; all public properties are in the resulting XML-file. But there are certain properties that I do not want to be exported.

Is there a keyword or way to avoid the serialization of specific properties?

I tried several articles and tutorials, and even the Microsoft MSDN-library, but I did not find it anywhere.

Thank you in advance.