I have a class, which is serialized using the DataContractSerializer class. Now I want to update a single property (a string) of the serialized object.
DataContractSerializer
F