EncodeContext

Context passed to Encoder.encode for runtime configuration. Contexts are immutable; with returns a new context.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun <T : Any> get(key: EncodeKey<T>): T?
Link copied to clipboard
abstract fun <T : Any> with(key: EncodeKey<T>, value: T): EncodeContext