Search Results

1
vote
3answers
749 views

Is it possible to set a default value when deserializing xml in C# (.NET 3.5)?

Hello all, I've got a little problem that's slightly frustrating. Is it possible to set a default value when deserializing xml in C# (.NET 3.5)? Basically I'm trying to deserialize some xml …