![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IIdentifiedDataSerializableGetId Method |
Returns type identifier for this class.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
SyntaxFunction GetId As Integer
abstract GetId : unit -> int
Return Value
Type:
Int32type id
RemarksReturns type identifier for this class. Id should be unique per DataSerializableFactory.
See Also