LxSerializer Class Members
In This Topic
The following tables list the members exposed by LxSerializer.
Public Constructors
Public Properties
| Name | Description |
  | NugetVersion | The version of the Nuget the LXO runtime is contained within. A string in the form X.X.X |
  | Version | The version of the runtime - must match the version in the generated code |
Top
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