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.5.0.1
Syntax
| C# |
|---|
public virtual byte ClassId{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property ClassId As Byte |
| Visual C++ |
|---|
public: virtual property unsigned char ClassId { unsigned char get (); } |
Return Value
the classId
See Also
CacheableFileName Class
GemStone.GemFire.Cache Namespace