Click or drag to resize
XmlSerializerSerialize Method
Overload List
  NameDescription
Protected methodSerialize(Object, XmlSerializationWriter)
Serializes the specified System.Object and writes the XML document to a file using the specified System.Xml.Serialization.XmlSerializationWriter.
Public methodSerialize(Stream, Object)
Serializes the specified System.Object and writes the XML document to a file using the specified System.IO.Stream.
Top
See Also