| IPortableGetClassId Method |
Returns class identifier for this portable class.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax Function GetClassId As Integer
abstract GetClassId : unit -> int
Return Value
Type:
Int32class id
Remarks Returns class identifier for this portable class. Class id should be unique per PortableFactory.
See Also