Hi,
I´m trying to serialize objects in C# to Xml.

Is there a way, only to serialize a property if its value is different to null or nothing?

So, it its value is null, then not to serialize.

Thanks!