DataContractSerializer Constructor (Type, DataContractSerializerSettings)
[ 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 DataContractSerializer class to serialize or deserialize an object of the specified type and settings.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- type
- Type: System.Type
The type of the instance to serialize or deserialize.
- settings
- Type: System.Runtime.Serialization.DataContractSerializerSettings
The serializer settings.
Show: