Click or drag to resize

IIdentifiedDataSerializableGetId Method

Returns type identifier for this class.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
int GetId()

Return Value

Type: Int32
type id
Remarks
Returns type identifier for this class. Id should be unique per DataSerializableFactory.
See Also