Serialize(Stream,Object,XmlSerializerNamespaces) Method
In This Topic
Serializes the specified Object and writes the XML-document instance to a file using the specified Stream.
Syntax
'Declaration
Public Overloads Sub Serialize( _
ByVal As System.IO.Stream, _
ByVal As System.Object, _
ByVal As System.Xml.Serialization.XmlSerializerNamespaces _
)
public void Serialize(
System.IO.Stream ,
System.object ,
System.Xml.Serialization.XmlSerializerNamespaces
)
Parameters
- stream
- The Stream used to write the XML-document instance
- o
- The Object to serialize
- namespaces
- The XmlSerializerNamespaces referenced by the object
See Also