Syntax
| C# |
|---|
public class CacheableString |
| Visual Basic (Declaration) |
|---|
Public Class CacheableString |
| Visual C++ |
|---|
public ref class CacheableString |
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.
(Inherited from Serializable.) | |
| IsWideString |
True when the underlying C string is a wide-character string.
| |
| Length |
Gets the length of the underlying C string.
| |
| ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) | |
| Value |
Gets the string value.
|
See Also
GemStone.GemFire.Cache Namespace