Deserializes a COM object from a string.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function DeserializeComObject( _
ByVal serialized As String, _
ByVal context As ESRI.ArcGIS.Server.IServerContext _
) As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim serialized As String
Dim context As ESRI.ArcGIS.Server.IServerContext
Dim value As Object
value = Converter.DeserializeComObject(serialized, context) |
Parameters
- serialized
- The serialized COM object.
- context
- The ArcGIS Server Context that will host the COM object.
Return Value
The deserialized ArcGIS Server COM 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