T
Object's type which is deserialized
CQG Algorithmic Orders
Deserialize<T>(String,String) Method
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > modAlgorithmicOrderHelper Class > Deserialize Method : Deserialize<T>(String,String) Method



xmlPath
XML file path
xsdPath
XSD schema file path

Glossary Item Box

Deserializes object from the specified XML file according specified XSD schema.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Deserialize(Of T)( _
   ByVal xmlPath As String, _
   ByVal xsdPath As String _
) As T
Visual Basic (Usage)Copy Code
Dim xmlPath As String
Dim xsdPath As String
Dim value As T
 
value = modAlgorithmicOrderHelper.Deserialize(Of T)(xmlPath, xsdPath)
C# 
public static T Deserialize<T>( 
   string xmlPath,
   string xsdPath
)
C++/CLI 
public:
static T^ Deserializegeneric<typename T>
( 
   String^ xmlPath,
   String^ xsdPath
) 

Parameters

xmlPath
XML file path
xsdPath
XSD schema file path

Type Parameters

T
Object's type which is deserialized

Return Value

Deserialized object of type T

See Also

Reference

modAlgorithmicOrderHelper Class
modAlgorithmicOrderHelper Members
Overload List

Copyright © 2012 CQG Inc. All Rights Reserved.