Click or drag to resize
CacheableBytes Class
An immutable wrapper for byte arrays that can serve as a distributable object for caching.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Serializable>]
    GemStone.GemFire.CacheSerializable
      [T:GemStone.GemFire.Cache.Template.CacheableBuiltinArray<gemfire::CacheableBytes,gemfire::SharedArrayPtr<unsigned char,46>,unsigned char,2147483694>]
        GemStone.GemFire.CacheCacheableBytes

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public class CacheableBytes : [T:GemStone.GemFire.Cache.Template.CacheableBuiltinArray<gemfire::CacheableBytes,gemfire::SharedArrayPtr<unsigned char,46>,unsigned char,2147483694>]

The CacheableBytes type exposes the following members.

Properties
  NameDescription
Public propertyClassId
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.)
Public propertyObjectSize
return the size of this object in bytes
(Inherited from Serializable.)
Top
Methods
  NameDescription
Public methodStatic memberCreate(Byte)
Public methodStatic memberCreate(Byte, Int32)
Public methodStatic memberCreateDeserializable
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromData
Deserializes the native (C++) object -- returns an instance of the Serializable class with the native object wrapped inside.
(Inherited from Serializable.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToData
Serializes this native (C++) object.
(Inherited from Serializable.)
Public methodToString
Return a string representation of the object. It simply returns the string representation of the underlying native object by calling its toString() function.
(Inherited from Serializable.)
Top
Operators
See Also