VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
TypeRegistry.hpp
Registry for custom serializable types, both PDXSerializable and DataSerializable.
Definition TypeRegistry.hpp:39
void registerType(TypeFactoryMethod creationFunction, int32_t id)
register an instance factory method for a given type.
void registerPdxType(TypeFactoryMethodPdx creationFunction)
register an Pdx instance factory method for a given type.
void registerPdxSerializer(std::shared_ptr< PdxSerializer > pdxSerializer)
Register the PDX serializer which can handle serialization for instances of user domain classes.
Apache Geode C++ Cache API Documentation