Skip to content

Fix support for collections in AbstractKotlinSerializationHttpMessageConverter #34992

Closed
@sdeleuze

Description

@sdeleuze

AbstractKotlinSerializationHttpMessageConverter#getSupportedMediaTypes(Class<?>) currently invokes transitively supports(Class<?>) which always return false with generic types. An override that just invokes getSupportedMediaTypes() is going to be introduced instead.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)theme: kotlinAn issue related to Kotlin supporttype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions