transcoder

fun transcoder(transcoder: Transcoder?): ClusterEnvironment.Builder

Specifies the default transcoder for all KV operations.

Defaults to a JsonTranscoder backed by this environment's JsonSerializer.

Return

this Builder for chaining purposes.

Parameters

transcoder

the transcoder that should be used by default.