IPortableGetClassId Method Hazelcast .Net Client Class Library
Returns class identifier for this portable class.

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

int GetClassId()

Return Value

Type: Int32
class id
Remarks

Returns class identifier for this portable class. Class id should be unique per PortableFactory.
See Also

Reference