Support kotlinx.serialization
See original GitHub issueIt’s common for teams to use a common serialisation approach with a core set of data
classes.
kotlinx.serialization can do a lot of the things that we need. Investigate ways to use this library as the serialisation/deserialisation method for things like JSON, CBOR, Protobufs, and Avro.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Kotlin multiplatform / multi-format serialization - GitHub
Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and ...
Read more >Serialization | Kotlin
kotlinx.serialization provides sets of libraries for all supported platforms – JVM, JavaScript, Native – and for various serialization ...
Read more >kotlinx.serialization 1.2 Released: High-Speed JSON ...
kotlinx.serialization 1.2 Released: High-Speed JSON Handling, Value Class Support, Overhauled Docs, and more · JSON serialization is faster than ...
Read more >Kotlinx.Serialization part1 - Medium
In my article I will write about Json serialization, and I will write about android aspect. (Kotlinx library is multiplatform library you can ......
Read more >Android Data Serialization Tutorial with the Kotlin Serialization ...
Note: Don't let the name kotlinx.serialization mislead you: The library supports both serialization and deserialization.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@daviddenton here you go: https://github.com/joscha-alisch/http4k/tree/kotlinx-serialization
I’ve gone ahead and overrode the corresponding test. Is that what you had in mind?
There is still some work to be done regarding the data class generation. I hope to get to it later today.
Yep - that’s what I had in mind for the test. 🙃