Overload | Description |
---|---|
Serialize(String,T,LxWriterSettings,XmlQualifiedName) | Serializes a class of type T to an System.Xml.XmlWriter.Serializes a class of type T to file. |
Serialize(Stream,T,LxWriterSettings,XmlQualifiedName) | Serializes a class of type T to an System.Xml.XmlWriter.Serializes a class of type T to an System.IO.Stream. |
Serialize(TextWriter,T,LxWriterSettings,XmlQualifiedName) | Serializes a class of type T to an System.Xml.XmlWriter.Serializes a class of type T to an System.IO.TextWriter. |
Serialize(XmlWriter,T,LxWriterSettings,XmlQualifiedName) | Serializes a class of type T to an System.Xml.XmlWriter. |