Package-level declarations
Types
Link copied to clipboard
internal class DefaultSerializationContext(registry: ParameterConverterRegistry, val typeManager: TypeManager) : SerializationContext
Link copied to clipboard
Turns a Kotlin value into something a codec can encode for the wire.
Link copied to clipboard
Holds ParameterConverters and runs a value through the first one that claims it.
Link copied to clipboard
Entry point of the write conversion chain: hands a Kotlin value to the converters.
Link copied to clipboard
interface SerializationContext
What a ParameterConverter is handed to convert the values nested inside the one it was given.