Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransport Class / Deserialize Method
The source XML string.


In This Topic
    Deserialize Method (NAjaxXmlTransport)
    In This Topic
    Initializes the state of this instance from a structured XML string.
    Syntax
    'Declaration
     
    
    Public Sub Deserialize( _
       ByVal xml As System.String _
    ) 
    'Usage
     
    
    Dim instance As NAjaxXmlTransport
    Dim xml As System.String
     
    instance.Deserialize(xml)
    public void Deserialize( 
       System.string xml
    )

    Parameters

    xml
    The source XML string.
    Remarks
    The following sample XML can be used to understand the serialization schema of a NAjaxXmlTransport object: <ajaxXmlTransport> <mySection attrib1="value1" attrib2="value2"> <![CDATA[ some raw data ]]> </mySection> </ajaxXmlTransport>
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also