SerializationManager Methods |
The SerializationManager type exposes the following members.
Name | Description | |
---|---|---|
DeserializeFromByteArray |
Function to return a ServerSecurity object from a byte array.
|
|
OpenFromFile |
Opens a ServerSecurity object from disk
|
|
OpenFromFileCom |
Opens a ServerSecurity object from disk
|
|
OpenUserPreferences |
Opens the UserPreferences object for a given user.
|
|
SaveToFile |
Saves the ServerSecurity object to a specified file on disk
|
|
SaveToFileCom |
Saves the ServerSecurity object to a specified file on disk
|
|
SerializeToByteArray(ServerSecurity) |
Serializes a ServerSecurity object to a binary array.
|
|
SerializeToByteArray(UserPreferences) |
Serializes a UserPreferences object to a binary array.
|
|
SerializeToByteArrayCOM |
Serializes a ServerSecurity object to a binary array.
|