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: 2.7.0.1
Syntax
| C# |
|---|
public override uint ClassId{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property ClassId As UInteger |
| Visual C++ |
|---|
public: virtual property unsigned int ClassId { unsigned int get () override; } |
Return Value
the classId
See Also
CacheableArrayList Class
GemStone.GemFire.Cache Namespace