Click or drag to resize

IByteCompressor.Compress Method

Compresses the specified serialized data.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
byte[] Compress(
	byte[] serializedData
)

Parameters

serializedData
Type:System.Byte[]
The serialized data.

Return Value

Type:Byte[]
The passed in serialized data in compressed form
See Also