'Declaration
Public Overloads Function Deserialize( _ ByVal stream As System.IO.Stream, _ Optional ByVal settings As LxReaderSettings _ ) As System.Object
public System.object Deserialize( System.IO.Stream stream, LxReaderSettings settings )
Parameters
- stream
- The System.IO.Stream the data will be read from
- settings
- A settings to control how the data is de-serialized
Return Value
The de-serialized object