Header menu logo CodecMapper

NamingPolicy Type

Controls how CLR member names map to wire names when no explicit serializer attribute overrides the property name.

Union cases

Union case Description

CamelCase

Full Usage: CamelCase

Exact

Full Usage: Exact

KebabCaseLower

Full Usage: KebabCaseLower

KebabCaseUpper

Full Usage: KebabCaseUpper

SnakeCaseLower

Full Usage: SnakeCaseLower

SnakeCaseUpper

Full Usage: SnakeCaseUpper

Instance members

Instance member Description

this.IsCamelCase

Full Usage: this.IsCamelCase

Returns: bool
Returns: bool

this.IsExact

Full Usage: this.IsExact

Returns: bool
Returns: bool

this.IsKebabCaseLower

Full Usage: this.IsKebabCaseLower

Returns: bool
Returns: bool

this.IsKebabCaseUpper

Full Usage: this.IsKebabCaseUpper

Returns: bool
Returns: bool

this.IsSnakeCaseLower

Full Usage: this.IsSnakeCaseLower

Returns: bool
Returns: bool

this.IsSnakeCaseUpper

Full Usage: this.IsSnakeCaseUpper

Returns: bool
Returns: bool

Type something to start searching.