ESRI.ArcGIS.ADF.ArcGISServer
SerializeValueObjectForCom Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : SerializeValueObjectForCom Method




proxy
The value proxy object to serialize.
Serializes a value object for COM.

Syntax

Visual Basic (Declaration) 
Public Shared Function SerializeValueObjectForCom( _
   ByVal proxy As Object _
) As String
Visual Basic (Usage)Copy Code
Dim proxy As Object
Dim value As String
 
value = Converter.SerializeValueObjectForCom(proxy)
C# 
public static string SerializeValueObjectForCom( 
   object proxy
)

Parameters

proxy
The value proxy object to serialize.

Return Value

The serialized value object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.