Partager via


GeneralUtility.DecompressToObject - Méthode

Désérialise un objet à partir d'un format compressé.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
Public Shared Function DecompressToObject ( _
    data As Byte() _
) As Object
'Utilisation
Dim data As Byte()
Dim returnValue As Object

returnValue = GeneralUtility.DecompressToObject(data)
public static Object DecompressToObject(
    byte[] data
)

Paramètres

  • data
    Type : []

    Les données compressées de l'objet.

Valeur renvoyée

Type : System.Object

Voir aussi

Référence

GeneralUtility classe

GeneralUtility - Membres

Microsoft.Office.Project.Server.Library - Espace de noms