KnownTypes Property
Collapse the table of content
Expand the table of content

DataContractSerializer.KnownTypes Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractSerializer.

Namespace:  System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

'Declaration
Public ReadOnly Property KnownTypes As ReadOnlyCollection(Of Type)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Type)
A ReadOnlyCollection(Of T) that contains the expected types passed in as known types to the DataContractSerializer constructor.

The KnownTypes property provides the set of known types that are used for serialization and deserialization.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft