LiquidTechnologies.XmlObjects Namespace / LxSerializer<T> Class


In This Topic
    LxSerializer<T> Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverloaded. De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in 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 (T) can represent an xs:element or xs:complexType.  
    Public MethodOverloaded. Serializes a class of type T to an System.Xml.XmlWriter.Serializes a class of type T to file.  
    Top
    See Also