Click or drag to resize

IPortableGetClassId Method

Returns class identifier for this portable class.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
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