GigaSpaces XAP.NET Documentation
StorageType Enumeration
Class LibraryGigaSpaces.Core.MetadataStorageType
Determines how a user defined object will be stored in the space.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum StorageType
Public Enumeration StorageType
public enum class StorageType
public enum StorageType
Members
MemberDescription
Default
Storage type will automatically determined by the system.

Object
The object will be stored as a Pojo in the space. It will be matchable and readable from any proxy. A compatible class in java must be defined in the space classpath.

Binary
The object will be stored in a portable binary format. It will not be deserialized and constructed in the space. It will not be matchable. It will be readable from any proxy.

BinaryCustom
The object will be stored in a binary form, using user-defined serialization or standard serialization, according to the platform of the proxy. It will not be matchable. It will be readable only from proxies of the same platform (Java/.Net/C++).

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)