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