Share via


DataContractSerializer Constructor (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 and namespace.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Protected Sub New ( _
    rootName As String, _
    rootNamespace As String _
)
protected DataContractSerializer(
    string rootName,
    string rootNamespace
)
protected:
DataContractSerializer(
    String^ rootName, 
    String^ rootNamespace
)
new : 
        rootName:string * 
        rootNamespace:string -> DataContractSerializer
protected function DataContractSerializer(
    rootName : String, 
    rootNamespace : String
)

Parameters

.NET Framework Security

See Also

Reference

DataContractSerializer Class

DataContractSerializer Overload

Ws.Services.Serialization Namespace