kotlinx.serialization in Kotlin- All You Need To Know
In this article, we will cover the most important scenarios of kotlinx.serialization in Kotlin and how to use it to your advantage.
Articles
In this article, we will cover the most important scenarios of kotlinx.serialization in Kotlin and how to use it to your advantage.
This time, I will show you how to control scope with @DslMarker annotation when creating your DSLs in Kotlin.
In this article, we will see how easily we can generate a Kotlin client from any OpenAPI Spec (both 2.0 and 3.0) and save hours of work.
In this article, I will show you how to implement your custom TriFunction in Kotlin and how SAM conversions, and lambdas can help us with it.
In this publication, we will learn how to implement statically-typed, type-safe Kotlin builders which we can use to implement our own DSLs.
Check out this article to learn how Kotlin operator overloading- a custom behavior for operators, like +,-,*, and unary plus- can help you.
Finally, I’ve released a new Micronaut with Kotlin and MongoDB video tutorial for free, so it’s time to learn something new.
In this article, I will show you how the Kotlin when expression (aka Kotlin switch) works and how to use it in your Kotlin projects.
In this article, we will take a look at a concept of data classes in Kotlin and how they can help us in a day-to-day work.