SerializationOptions Class
Namespace: Hazelcast.Serialization
Assembly: Hazelcast.Net.dll
Contains the serialization options
public sealed class SerializationOptions
Inherited Members
Remarks
IIdentifiedDataSerializable, IPortable, custom serializers, and global serializer can be configured using this config.
Constructors
SerializationOptions() | Initializes a new instance of the SerializationOptions class. |
Properties
ClassDefinitions | Gets the collection of IClassDefinition. |
DataSerializableFactories | Gets the collection of FactoryOptions<T> of IDataSerializableFactory. |
Endianness | Gets or sets the Endianness. This value should match the server configuration. |
GlobalSerializer | Gets the GlobalSerializerOptions. |
PortableFactories | Gets the collection of FactoryOptions<T> of IPortableFactory. |
PortableVersion | Gets or sets the portable version. |
Serializers | Gets the collection of SerializerOptions. |
ValidateClassDefinitions | Whether to check for class definition errors at start, and throw an Serialization Exception with error definition. |