LxSerializer Class Methods
In This Topic
For a list of all members of this type, see LxSerializer members.
Public Methods
| Name | Description |
 | Deserialize | Overloaded. De-serializes an XML document, creating a class populated with the data from 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 (targetObjectType) can represent an xs:element or xs:complexType. |
 | RegisterAssembly | Registers an assembly and all the Liquid XML Objects attributed classes within it with the serializer. |
 | Serialize | Overloaded. Serializes a Liquid XML Objects attributed class to an System.Xml.XmlWriter. |
 | SerializeSnippet | Serializes a Liquid XML Objects attributed class to an System.Xml.XmlWriter as a snippet. |
Top
See Also