Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes an object to a 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 CompressFromObject ( _
obj As Object _
) As Byte()
'Usage
Dim obj As Object
Dim returnValue As Byte()
returnValue = GeneralUtility.CompressFromObject(obj)
public static byte[] CompressFromObject(
Object obj
)
Parameters
obj
Type: System.ObjectThe object to compress.
Return value
Type: []