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) |
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