DataContractJsonSerializer Constructor (Type^, DataContractJsonSerializerSettings^)
.NET Framework (current version)
Initializes a new instance of the DataContractJsonSerializer class to serialize or deserialize an object of the specified type and serializer settings.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public:
DataContractJsonSerializer(
Type^ type,
DataContractJsonSerializerSettings^ settings
)
Parameters
- type
-
Type:
System::Type^
The type of the instances that is serialized or deserialized.
- settings
-
Type:
System.Runtime.Serialization.Json::DataContractJsonSerializerSettings^
The serializer settings for the JSON serializer.
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
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
Show: