ArcObjects Library Reference (Server)  

IServerObjectConfiguration2.Deserialize Method

Deserializes the server object configuration from a string.

[Visual Basic .NET]
Public Sub Deserialize ( _
    ByVal str As String _
)
[C#]
public void Deserialize (
    string str
);
[C++]
HRESULT Deserialize(
  BSTR str
);
[C++]

Parameters

str [in]   str is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Serialize and Deserialize methods allow you to serialize server object configurations to strings, then deserialize them back into server object configurations. This can be useful when copying server object configurations between two GIS servers.

See Also

IServerObjectConfiguration2 Interface