DefaultSerializationContext
internal class DefaultSerializationContext(registry: ParameterConverterRegistry, val typeManager: TypeManager) : SerializationContext
Properties
Functions
Link copied to clipboard
Looks up the converter that would claim a value, without converting anything.
Link copied to clipboard
open override fun findConverterByClass(sourceClass: KClass<*>, expectedOid: Int): ParameterConverter<Any>?
Same as findConverter, keyed on a class rather than an instance.