Condividi tramite


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 of the object.

Return Value

Type: System.Object

See Also

Reference

GeneralUtility Class

GeneralUtility Members

Microsoft.Office.Project.Server.Library Namespace