Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransport Class / Serialize Method


In This Topic
    Serialize Method (NAjaxXmlTransport)
    In This Topic
    Serializes the instance to a structured XML string.
    Syntax
    'Declaration
     
    
    Public Function Serialize() As System.String
    'Usage
     
    
    Dim instance As NAjaxXmlTransport
    Dim value As System.String
     
    value = instance.Serialize()
    public System.string Serialize()

    Return Value

    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> Data sections are serialized in random order.
    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