Syntax
| C# |
|---|
public class CacheableObject |
| Visual Basic (Declaration) |
|---|
Public Class CacheableObject |
| Visual C++ |
|---|
public ref class CacheableObject |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
| |
| ObjectSize |
return the size of this object in bytes
| |
| Value |
Gets the object value.
|
See Also
GemStone.GemFire.Cache Namespace