Click or drag to resize

IClassDefinitionGetFieldClassId Method

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
int GetFieldClassId(
	string fieldName
)

Parameters

fieldName
Type: SystemString
name of the field

Return Value

Type: Int32
class id of given field
Exceptions
ExceptionCondition
ArgumentException
See Also