After reading your documentaion "Common Serialized Field Mistakes" my interpretation of this is that once you set a field to be serialized every time you access the field deserializes before you get the strong-type.Doing this you have to make a local copy and use that. Please explain?
Tks