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

Parameters
pdxTypeNamepdx type name

 
String ^ ToPdxTypeName (String^ localTypeName)
 To map the local type name to pdx type

Parameters
localTypeNamelocal type name

 

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