Tagged Questions
4
votes
1answer
1k views
What's up with the [OptionalField] Attribute?
As I understand it I have to adorn a new member in a newer version of my class with the [OptionalField] Attribute when I deserialize an older version of my class that lacks this newer member.
...