LiquidTechnologies.XmlObjects Namespace / LjSerializer Class / Deserialize Method / Deserialize(Stream,LjReaderSettings) Method
The System.IO.Stream the data will be read fromThe System.IO.Stream the data will be read from

In This Topic
    Deserialize(Stream,LjReaderSettings) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Deserialize( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal settings As LjReaderSettings _
    ) As System.Object
    public System.object Deserialize( 
       System.IO.Stream stream,
       LjReaderSettings settings
    )

    Parameters

    stream
    The System.IO.Stream the data will be read fromThe System.IO.Stream the data will be read from
    settings
    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