DataContractSerializer Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DataContractSerializer type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone IgnoreExtensionDataObject Gets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized.
Public propertySupported by Silverlight for Windows Phone KnownTypes Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractSerializer.
Public propertySupported by Silverlight for Windows Phone MaxItemsInObjectGraph Gets the maximum number of items in an object graph to serialize or deserialize.
Public propertySupported by Silverlight for Windows Phone PreserveObjectReferences Gets a value that specifies whether to use non-standard XML constructs to preserve object reference data.

Top