IIdentifiedDataSerializableGetId Method Hazelcast .Net Client Class Library
Returns type identifier for this class.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

int GetId()

Return Value

Type: Int32
type id
Remarks

Returns type identifier for this class. Id should be unique per DataSerializableFactory.
See Also

Reference