Package-level declarations
Types
Link copied to clipboard
internal class DefaultDeserializationContext(registry: ResultConverterRegistry, val typeManager: TypeManager) : DeserializationContext
Link copied to clipboard
interface DeserializationContext
What a ResultConverter is handed to convert the values nested inside the one it was given.
Link copied to clipboard
Turns a decoded database value into the Kotlin type the caller asked for.
Link copied to clipboard
Holds ResultConverters and finds the one that claims a given value.
Link copied to clipboard
Entry point of the read conversion chain: hands a decoded value to the converters and checks the result.