LiquidTechnologies.XmlObjects Namespace / LjSerializer Class
Properties Methods


In This Topic
    LjSerializer Class Members
    In This Topic

    The following tables list the members exposed by LjSerializer.

    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 JSON document, creating a class populated with the data from the TextReader.  
    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.IO.TextWriter.  
    Top
    See Also