Click or drag to resize
IGFSerializableClassId Property
Returns the classId of the instance being serialized. This is used by deserialization to determine what instance type to create and deserialize into.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
uint ClassId { get; }

Return Value

Type: UInt32
the classId
Remarks
The classId must be unique within an application suite and in the range 0 to ((2^31)-1) both inclusive. An application can thus define upto 2^31 custom IGFSerializable classes. Returning a value greater than ((2^31)-1) may result in undefined behaviour.
See Also