GeneralUtility.DecompressToObject method
Deserializes an object from the compressed format.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function DecompressToObject ( _
data As Byte() _
) As Object
'Usage
Dim data As Byte()
Dim returnValue As Object
returnValue = GeneralUtility.DecompressToObject(data)
public static Object DecompressToObject(
byte[] data
)
Parameters
data
Type: []The compressed data ofthe object.
Return value
Type: System.Object