This document is archived and information here might be outdated. Recommended version. |
Serializes the server object configuration into a string.
[Visual Basic .NET] Public Function Serialize ( _ ) As String
[C#] public string Serialize ( );
[C++]
HRESULT Serialize(
void
);
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.