Apache Geode Native .NET Reference 1.15.0
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

Parameters
pdxTypeNamepdx type name
More...
 
String ^ ToPdxTypeName (String^ localTypeName)
 To map the local type name to pdx type

Parameters
localTypeNamelocal type name
More...
 

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
pdxTypeNamepdx 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
localTypeNamelocal type name

Returns
the pdx type name.

Apache Geode C++ Cache .NET API Documentation