Serializes the specified Object and writes the XML-document instance to a file using the specified XmlWriter
シンタックス
'宣言
Public Overloads Sub Serialize( _
ByVal As System.Xml.XmlTextWriter, _
ByVal As System.Object, _
ByVal As System.Xml.Serialization.XmlSerializerNamespaces _
)
public void Serialize(
System.Xml.XmlTextWriter ,
System.object ,
System.Xml.Serialization.XmlSerializerNamespaces
)
パラメータ
- writer
- The XmlWriter used to write the XML-document instance
- o
- The Object to serialize
- namespaces
- The XmlSerializerNamespaces referenced by the object
参照