fun <T : Any> setListMapper( type: KClass<T>, serializer: KSerializer<T>): Unit
Deprecated: [setListMapper] is obsolete with 1.3.50 typeOf feature
typeOf
Set mapping from type to generated KSerializer.