| Name | Description | |
|---|---|---|
![]() | LxSerializer Constructor | Overloaded. |
The following tables list the members exposed by LxSerializer.
| Name | Description | |
|---|---|---|
![]() | LxSerializer Constructor | Overloaded. |
| 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 |
| Name | Description | |
|---|---|---|
![]() | Clone<T> | Performs a deep copy on the src object. (Inherited from LiquidTechnologies.XmlObjects.Serializer) |
![]() | 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. |
![]() | SerializeToString | Serializes a Liquid XML Objects attributed class, returning it as a string. |
![]() | SerializeToXElement | Serializes a Liquid XML Objects attributed class , returning it as a, System.Xml.XmlElement. |