True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.Util.Xml.Serialization Namespace / Serializer Class / Serialize Method / Serialize(XmlTextWriter,Object,XmlSerializerNamespaces) Method
The XmlWriter used to write the XML-document instance
The Object to serialize
The XmlSerializerNamespaces referenced by the object

In This Topic
    Serialize(XmlTextWriter,Object,XmlSerializerNamespaces) Method
    In This Topic
    Serializes the specified Object and writes the XML-document instance to a file using the specified XmlWriter
    Syntax
    'Declaration
     
    Public Overloads Sub Serialize( _
       ByVal writer As XmlTextWriter, _
       ByVal o As System.Object, _
       ByVal namespaces As System.Xml.Serialization.XmlSerializerNamespaces _
    ) 
    public void Serialize( 
       XmlTextWriter writer,
       System.object o,
       System.Xml.Serialization.XmlSerializerNamespaces namespaces
    )

    Parameters

    writer
    The XmlWriter used to write the XML-document instance
    o
    The Object to serialize
    namespaces
    The XmlSerializerNamespaces referenced by the object
    See Also