DataContractSerializer.PreserveObjectReferences Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that specifies whether to use non-standard XML constructs to preserve object reference data.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Property Value
Type: System.Booleantrue to keep the references; otherwise, false. The default value is false.
Show: