darkxanter / ktor-openapi-generator

Ktor OpenAPI/Swagger 3 Generator
Apache License 2.0
1 stars 0 forks source link

Kotlinx Serialization #1

Open Huholoman opened 3 weeks ago

Huholoman commented 3 weeks ago

Hello there, may I ask, is Kotlinx Serialization supported with some trick, or not? I tried to use Kotlinx Serialization for ContentNegotiation, but appearently apidoc structures dont have Serializable annotation.

In case there is no way how to make it, would you mind if I send PR?

RighteousBanker commented 2 weeks ago

@Huholoman Do so, please. I dont think anyone would mind:)

RighteousBanker commented 2 weeks ago

In worst case, we will have another fork

RighteousBanker commented 2 weeks ago

I found this one that works with both Ktor 3 and kotlinx serialization

https://github.com/SMILEY4/ktor-swagger-ui