Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataContractSerializer Constructor (Type^, DataContractSerializerSettings^)

.NET Framework (current version)
 

Initializes a new instance of the DataContractSerializer class to serialize or deserialize an object of the specified type and settings.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
DataContractSerializer(
	Type^ type,
	DataContractSerializerSettings^ settings
)

Parameters

type
Type: System::Type^

The type of the instance to serialize or deserialize.

settings
Type: System.Runtime.Serialization::DataContractSerializerSettings^

The serializer settings.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: