jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
636 stars 25 forks source link

Serialization module #791

Closed serras closed 8 months ago

serras commented 11 months ago

This (small) module includes a few functions which come in handy when working with fritz2's http module alongside kotlinx-serialization.

Lysander commented 10 months ago

Looks nice!

At least we need a small example snippet for the release-note I think - do you mind to write some?

Later on we could decide, whether we include that in the documentation for the htto parts, that need to get reworked since we changed the documentation's concept.

serras commented 9 months ago

It tooks some time, but I've added an example in the module documentation.