Click or drag to resize

IByteCompressor Interface

Interface to implement on a compressor class which can be used to compres/decompress the resulting byte array of the Fast serializer.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public interface IByteCompressor

The IByteCompressor type exposes the following members.

Methods
  NameDescription
Public methodCompress
Compresses the specified serialized data.
Public methodDecompress
Decompresses the specified compressed data.
Top
See Also