'Declaration
Public Overloads Function Deserialize( _ ByVal textReader As System.IO.TextReader, _ ByRef rootElementQName As System.Xml.XmlQualifiedName, _ Optional ByVal settings As LjReaderSettings _ ) As T
public T Deserialize( System.IO.TextReader textReader, out System.Xml.XmlQualifiedName rootElementQName, LjReaderSettings settings )
Parameters
- textReader
- The System.IO.TextReader to read the JSON data from
- rootElementQName
- The qualified name of the root element (useful when the root element contains an xsi:type attribute and the class returned is attributed with LiquidTechnologies.XmlObjects.Attribution.LxComplexTypeDefinitionAttribute), in which case the value of rootElementQName will be needed in Serialize
- settings
- A settings to control how the data is de-serialized
Return Value
The de-serialized objectA new instance of T loaded with data from the textReader