DataContractJsonSerializer Constructor (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 the specified type.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
Parameters
- type
- Type: System.Type
The type of the instance that is serialized or deserialized.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null. |
Show: