LiquidTechnologies.XmlObjects Namespace / LxSerializer Class


In This Topic
    LxSerializer Class Methods
    In This Topic

    For a list of all members of this type, see LxSerializer members.

    Public Methods
     NameDescription
    Public MethodOverloaded. De-serializes an XML document, creating a class populated with the data from the XmlReader.  
    Public MethodOverloaded. 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.  
    Public MethodRegisters an assembly and all the Liquid XML Objects attributed classes within it with the serializer.  
    Public MethodOverloaded. Serializes a Liquid XML Objects attributed class to an System.Xml.XmlWriter.  
    Public MethodSerializes a Liquid XML Objects attributed class to an System.Xml.XmlWriter as a snippet.  
    Top
    See Also