CQG Algorithmic Orders
Serialize(Object,String) Method
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > modAlgorithmicOrderHelper Class > Serialize Method : Serialize(Object,String) Method



objValue
Object to serialize
filePath
XML file path

Glossary Item Box

Serializes specified object to the specified XML file.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub Serialize( _
   ByVal objValue As Object, _
   ByVal filePath As String _
) 
Visual Basic (Usage)Copy Code
Dim objValue As Object
Dim filePath As String
 
modAlgorithmicOrderHelper.Serialize(objValue, filePath)
C# 
public static void Serialize( 
   object objValue,
   string filePath
)
C++/CLI 
public:
static void Serialize( 
   Object^ objValue,
   String^ filePath
) 

Parameters

objValue
Object to serialize
filePath
XML file path

See Also

Reference

modAlgorithmicOrderHelper Class
modAlgorithmicOrderHelper Members
Overload List

Copyright © 2012 CQG Inc. All Rights Reserved.