DataContractJsonSerializer::KnownTypes Property
.NET Framework (current version)
Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractJsonSerializer.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: property ReadOnlyCollection<Type^>^ KnownTypes { ReadOnlyCollection<Type^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<Type^>^A ReadOnlyCollection<T> that contains the expected types passed in as known types to the DataContractJsonSerializer constructor.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: