I have a class that serializes very well - finally!
Now I want to add a property to this class that I don't want to serialize at all.
Is it possible to add this new property with some kind of attribute, so that when calling serialization or deserialization methods, this property will go unnoticed?
c # xml serialization
Jl.
source share