Partager via


GeneralUtility.CompressFromObject - Méthode

Sérialiser un objet dans 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 CompressFromObject ( _
    obj As Object _
) As Byte()
'Utilisation
Dim obj As Object
Dim returnValue As Byte()

returnValue = GeneralUtility.CompressFromObject(obj)
public static byte[] CompressFromObject(
    Object obj
)

Paramètres

Valeur renvoyée

Type : []

Voir aussi

Référence

GeneralUtility classe

GeneralUtility - Membres

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