DataContractJsonSerializer.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 DataContractJsonSerializer.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
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.
Show: