LxSerializer<T> Class Methods
In This Topic
For a list of all members of this type, see LxSerializer<T> members.
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