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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxReadOnly Property ClassId As UInteger
Get
property unsigned int ClassId {
unsigned int get ();
}
abstract ClassId : uint32 with get
Return Value
Type:
UInt32the 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