CodecKey

interface CodecKey<T : Any> : DecodeKey<T> , EncodeKey<T>

Key visible to both directions. Define as a Kotlin object.

Inheritors