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




proxy
The value proxy object to convert.
Serializes the ArcGIS Server value object to a string.

Syntax

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

Parameters

proxy
The value proxy object to convert.

Return Value

The serialized version of the 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.