LiquidTechnologies.XmlObjects Namespace / LjSerializer<T> Class


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

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

    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