VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
Serializable.hpp
This base class is the superclass of all user objects in the cache that can be serialized.
Definition Serializable.hpp:53
virtual size_t objectSize() const
return the size in bytes of the instance being serialized.
virtual std::string toString() const
Display this object as 'string', which depends on the implementation in the subclasses.
static std::shared_ptr< Serializable > create(_T value)
Factory method that creates the Serializable object that matches the type of value.
Apache Geode C++ Cache API Documentation