InMemoryFormat Enum
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
Specifies the storage format types of values stored in the cluster.
public enum InMemoryFormat
  Fields
| Binary | Binary (serialized IData) format.  | 
      
| Object | Object (de-serialized) format.  |