Apache Geode Native .NET Reference 1.15.0
|
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
| |||
Application can implement this interface to map pdx type name to local type name.
Need to set this using Serializable.SetPdxTypeMapper
String ^ Apache::Geode::Client::IPdxTypeMapper::FromPdxTypeName | ( | String^ | pdxTypeName | ) |
To map the pdx type name to local type
pdxTypeName | pdx type name |
String ^ Apache::Geode::Client::IPdxTypeMapper::ToPdxTypeName | ( | String^ | localTypeName | ) |
To map the local type name to pdx type
localTypeName | local type name |