This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfiguration2 Interface > IServerObjectConfiguration2.Deserialize Method (ArcObjects .NET 10.5 SDK) |
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
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.