次の方法で共有


GeneralUtility.DecompressToObject メソッド

圧縮された形式からオブジェクトを逆シリアル化します。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
Public Shared Function DecompressToObject ( _
    data As Byte() _
) As Object
'使用
Dim data As Byte()
Dim returnValue As Object

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

パラメーター

  • data
    型: []

    オブジェクトの圧縮されたデータ。

戻り値

型: System.Object

関連項目

参照先

GeneralUtility クラス

GeneralUtility メンバー

Microsoft.Office.Project.Server.Library 名前空間