VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::IPdxTypeMapper Interface Reference
Application can implement this interface to map pdx type name to local type name. More...
#include <IPdxTypeMapper.hpp>
Public Member Functions | |||
| String ^ | FromPdxTypeName (String^ pdxTypeName) | ||
To map the pdx type name to local type
| |||
| String ^ | ToPdxTypeName (String^ localTypeName) | ||
To map the local type name to pdx type
| |||
Detailed Description
Application can implement this interface to map pdx type name to local type name.
Need to set this using Serializable.SetPdxTypeMapper
Member Function Documentation
◆ FromPdxTypeName()
| String ^ Apache::Geode::Client::IPdxTypeMapper::FromPdxTypeName | ( | String^ | pdxTypeName | ) |
To map the pdx type name to local type
- Parameters
-
pdxTypeName pdx type name
- Returns
- the local type name.
◆ ToPdxTypeName()
| String ^ Apache::Geode::Client::IPdxTypeMapper::ToPdxTypeName | ( | String^ | localTypeName | ) |
To map the local type name to pdx type
- Parameters
-
localTypeName local type name
- Returns
- the pdx type name.
Apache Geode C++ Cache .NET API Documentation