Method | Description | |
---|---|---|
GetDictionaryKey ( string key ) : string |
Gets the serialized key for a given dictionary key.
|
|
GetPropertyName ( string name, bool hasSpecifiedName ) : string |
Gets the serialized name for a given property name.
|
Method | Description | |
---|---|---|
ResolvePropertyName ( string name ) : string |
Resolves the specified property name.
|
public GetDictionaryKey ( string key ) : string | ||
key | string | The initial dictionary key. |
return | string |
public GetPropertyName ( string name, bool hasSpecifiedName ) : string | ||
name | string | The initial property name. |
hasSpecifiedName | bool | A flag indicating whether the property has had a name explicitly specified. |
return | string |
protected abstract ResolvePropertyName ( string name ) : string | ||
name | string | The property name to resolve. |
return | string |