Improve Serialization to work with different serializers, such as jackson, gson, kotlinx.serialization
osoykan opened this issue · 1 comments
osoykan commented
Stove supports Jackson by default, for String Ser/De. This decision limits for the use cases where Kafka needs Avro, Protobuf, or other serialization systems; or HttpSystem needs Kotlinx serialization...
This issue and PRs regarding this issue will address the improvement.
osoykan commented
Implemented in different PRs.