LiquidTechnologies.XmlObjects Namespace / LxSerializer<T> Class
Methods


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

    The following tables list the members exposed by LxSerializer<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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