codec

val codec: KClass<*>

Parameters

codec

A KClass referencing a Kotlin object that implements Codec<T> (or BoundingLengthCodec<UInt> when paired with @LengthPrefixed on a List<T>).