Click or drag to resize
SerializationManagerDeserializeFromByteArray Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Function to return a ServerSecurity object from a byte array.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ServerSecurity DeserializeFromByteArray(
	byte[] Array,
	ref string ErrMessage = ""
)

Parameters

Array
Type: SystemByte
The byte array that contains the binary representation of the ServerSecurity object.
ErrMessage (Optional)
Type: SystemString
Any returned error message.

Return Value

Type: ServerSecurity
The a de-serialized ServerSecurity object.
Remarks