SerializationOptions Class
Namespace: Hazelcast.Serialization
Assembly: Hazelcast.Net.dll
Contains the serialization options
public sealed class SerializationOptions
Inherited Members
Remarks
IIdentified
Constructors
Name | Description |
---|---|
Serialization |
Initializes a new instance of the Serialization |
Properties
Name | Description |
---|---|
Class |
Gets the collection of IClass |
Compact | Gets the compact serialization options. |
Data |
Gets the collection of Factory |
Enable |
Whether to enable CLR serialization via Binary |
Endianness | Gets or sets the Endianness. This value should match the server configuration. |
Global |
Gets the Global |
Portable |
Gets the collection of Factory |
Portable |
Gets or sets the portable version. |
Serializers | Gets the collection of Serializer |
Validate |
Whether to check for class definition errors at start, and throw an Serialization Exception with error definition. |