LiquidTechnologies.XmlObjects Namespace / LjSerializer<T> Class
Methods


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

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

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader  
    Public MethodOverloaded. Serializes a class of type T to an System.IO.TextWriter.Serializes a class of type T to file.  
    Top
    See Also