hey If I want to use kotlin serialization with a k...
# serialization
f
hey If I want to use kotlin serialization with a ktor client what do I need todo to support a request payload that uses a generic as base class? E.g.
MyRequest<SpecificRequest>
as body payload?