DataContractJsonSerializer Constructor (Type^, String^)
.NET Framework (current version)
Initializes a new instance of the DataContractJsonSerializer class to serialize or deserialize an object of a specified type using the XML root element specified by a parameter.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- type
-
Type:
System::Type^
The type of the instances that is serialized or deserialized.
- rootName
-
Type:
System::String^
The name of the XML element that encloses the content to serialize or deserialize.
.NET Framework
Available since 3.5
Available since 3.5
Show: