| 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. |
