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 命名空间