VMware GemFire Native C++ Reference  9.1
Serializable.hpp File Reference

Go to the source code of this file.

Data Structures

class  apache::geode::client::Serializable
 This abstract base class is the superclass of all user objects in the cache that can be serialized. More...
 

Namespaces

 apache
 Each enum represents a predefined RegionAttributes in a Cache.
 

Typedefs

typedef Serializable *(* apache::geode::client::TypeFactoryMethod) ()
 signature of functions passed to registerType. More...
 

Typedef Documentation

typedef Serializable*(* apache::geode::client::TypeFactoryMethod) ()

signature of functions passed to registerType.

Such functions should return an empty instance of the type they represent. The instance will typically be initialized immediately after creation by a call to fromData().


Pivotal GemFire C++ Cache API Documentation