XmlSerializerSerialize Method |
Name | Description | |
---|---|---|
Serialize(Object, XmlSerializationWriter) |
Serializes the specified System.Object and writes the XML document to a file
using the specified System.Xml.Serialization.XmlSerializationWriter.
| |
Serialize(Stream, Object) |
Serializes the specified System.Object and writes the XML document to a file
using the specified System.IO.Stream.
|