LiquidTechnologies.XmlObjects Namespace / LjSerializer Class / Deserialize Method / Deserialize(String,LjReaderSettings) Method
The file the XML data will be read from
A settings to control how the data is de-serialized

In This Topic
    Deserialize(String,LjReaderSettings) Method
    In This Topic
    De-serializes an JSON document, creating a class populated with the data from the TextReader.
    Syntax
    'Declaration
     
    
    Public Overloads Function Deserialize( _
       ByVal filename As System.String, _
       Optional ByVal settings As LjReaderSettings _
    ) As System.Object
    public System.object Deserialize( 
       System.string filename,
       LjReaderSettings settings
    )

    Parameters

    filename
    The file the XML data will be read from
    settings
    A settings to control how the data is de-serialized

    Return Value

    The de-serialized object
    Exceptions
    ExceptionDescription
    General errors
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also