Shan
10/16/2019, 5:59 PM@Serialized when it always generates a KSerializer every time? I am explicitly setting it with setMapper(KClass, KSerializer) right now, but am wondering if there is a way to have it detect it as the KSerializer will always be there (to my knowledge).Luke Rohde
10/16/2019, 6:10 PMContentConverter it doesn’t have any type parameters so as i understand it there’s no way (if you want to use ktor’s builtin content negotiation) to resolve a serializer or deserializer staticallyLuke Rohde
10/16/2019, 6:11 PMLuke Rohde
10/16/2019, 6:11 PM