Click or drag to resize
SerializableClassId 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
public virtual uint ClassId { get; }

Return Value

Type: UInt32
the classId

Implements

IGFSerializableClassId
See Also