DataContractSerializer Constructor (String, String, String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the DataContractSerializer class with the specified root element, root namespace and local namespace.
Namespace: Ws.Services.Serialization
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Protected Sub New ( _
rootName As String, _
rootNamespace As String, _
localNamespace As String _
)
protected DataContractSerializer(
string rootName,
string rootNamespace,
string localNamespace
)
protected:
DataContractSerializer(
String^ rootName,
String^ rootNamespace,
String^ localNamespace
)
new :
rootName:string *
rootNamespace:string *
localNamespace:string -> DataContractSerializer
protected function DataContractSerializer(
rootName : String,
rootNamespace : String,
localNamespace : String
)
Parameters
- rootName
Type: System. . :: . .String
The name of the root element of a type.
- rootNamespace
Type: System. . :: . .String
The namespace of the root element of a type.
- localNamespace
Type: System. . :: . .String
The local namespace.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.