Search code examples
silverlightdatacontractserializer

Silverlight: How do you set the PreserveObjectReferences property on a DataContractSerializer?


How do you set the PreserveObjectReferences property on a DataContractSerializer?


Solution

  • You can't. The PreserveObjectReferences property doesn't actually do anything and was probably left in by mistake.