LiquidTechnologies.XmlObjects Namespace / LxSerializer Class
Properties Methods


In This Topic
    LxSerializer Class Members
    In This Topic

    The following tables list the members exposed by LxSerializer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)The version of the Nuget the LXO runtime is contained within. A string in the form X.X.X  
    Public Propertystatic (Shared in Visual Basic)The version of the runtime - must match the version in the generated code  
    Top
    Public Methods
     NameDescription
    Public MethodPerforms a deep copy on the src object. (Inherited from LiquidTechnologies.XmlObjects.Serializer)
    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