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 |
---|---|---|
System.String | name | The name. |
Returns
Type | Description |
---|---|
System.String | Field name. |
GetTypeName(String)
Gets the type name.
Declaration
string GetTypeName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
Returns
Type | Description |
---|---|
System.String | Type name. |