Interface IBinaryNameMapper
Maps type and field names to different names.
Namespace: Apache.Ignite.Core.Binary
Assembly: Apache.Ignite.Core.dll
Syntax
public interface IBinaryNameMapper
Methods
GetFieldName(string)
Gets the field name.
Declaration
string GetFieldName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Returns
| Type | Description |
|---|---|
| string | Field name. |
GetTypeName(string)
Gets the type name.
Declaration
string GetTypeName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Returns
| Type | Description |
|---|---|
| string | Type name. |