Hi folks, If i write my own custom codec encoders/decoders for spring, will i be able to use kotlinx.serialization with open polymorphism? smth like a workaround to let spring use my serializers from kotlinx with open poly! Any other workaround is welcomed. My use case is that i have
data:Any
type as my main
responseDto, that's why i have to rely on open polymorphism for serialization. Thanks in advance!