| Interface | Description | 
|---|---|
| BinaryWrapper | Interface wrapping a binary payload to be stored in space. | 
| Class | Description | 
|---|---|
| AbstractAesAdapter | Base class for implementing adapters which encrypt properties using AES. | 
| AesCbcAdapter | Adapter for encrypting properties using AES/CBC. | 
| AesGcmAdapter | Adapter for encrypting properties using AES/GCM. | 
| BinaryAdapter | Adapter for serializing properties using standard serialization and storing them in space in binary form. | 
| PropertyStorageAdapter | Base class for adapting space properties values before storing them in space or after retrieving them. | 
| ZipAdapter | Adapter for compressing properties using standard zip compression and storing them in space in binary form. | 
Copyright © GigaSpaces.