DataContractJsonSerializer Constructor (Type, IEnumerable(Type))

DataContractJsonSerializer Constructor (Type, IEnumerable<Type>)

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

Initializes a new instance of the DataContractJsonSerializer class to serialize or deserialize an object of a specified type with a collection of known types that may be present in the object graph.

Namespace:  System.Runtime.Serialization.Json
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

public DataContractJsonSerializer(
	Type type,
	IEnumerable<Type> knownTypes
)

Parameters

type
Type: System.Type
The type of the instance that is serialized or deserialized.
knownTypes
Type: System.Collections.Generic.IEnumerable<Type>
An IEnumerable<T> of Type that contains the types that may be present in the object graph.

ExceptionCondition
ArgumentNullException

type is null.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft