StringCodec

typealias StringCodec<T> = Codec<T, String>(source)

Codec that serializes a T value to a String payload.

Parameters

T

domain type handled by the codec.

See also