DataSerializableFactory is used to create IdentifiedDataSerializable instances during de-serialization.
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
The IDataSerializableFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an IdentifiedDataSerializable instance using given type id |
See Also