LxSerializer<T> Class Members
In This Topic
The following tables list the members exposed by LxSerializer<T>.
Public Constructors
Public Methods
| Name | Description |
 | Deserialize | Overloaded. De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of from the data in the xmlReader |
 | DeserializeSnippet | Overloaded. De-serializes a section of an XML document, creating a class populated with the data from the XmlReader. The de-serialized type () can represent an xs:element or xs:complexType. |
 | Serialize | Overloaded. Serializes a class of type to an System.Xml.XmlWriter.Serializes a class of type to file. |
Top
See Also