question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support kotlinx.serialization

See original GitHub issue

It’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:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
joscha-alischcommented, Feb 1, 2020

@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.

0reactions
daviddentoncommented, Feb 1, 2020

Yep - that’s what I had in mind for the test. 🙃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found