A quick tutorial on serializing enums with Retrofit in Kotlin.
Also find me here:
Baeldung Author
Leonardo Colman Lopes
Hello, I am Léo 👋 I am a simple person passionate about life. An eternal learner passionate about technology. An enthusiast of the most diverse sciences (perhaps all?), I seek to understand and demonstrate how the complexities of knowledge can be simplified and integrated into society through a little electrified box that we trick into thinking for us.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin IO (3)
- Kotlin Basics (3)
- Kotlin (3)
- Libraries (2)
- Algorithms (2)
- Testing (1)
- Spring (1)
- Security (1)
- Kotlin Numbers (1)
- Kotlin Functions (1)
- Kotlin Concurrency (1)
- HTTP Client-Side (1)
- Asynchronous Programming (1)
File Upload in Kotlin
Filed under Kotlin IO
A quick tutorial on uploading files in Kotlin.
Deserialize Enum While Ignoring Unknown Values in Kotlin
Filed under Kotlin Basics
A quick tutorial on deserializing unknown enum values from JSON strings in Kotlin.
A Guide to Kotlin Context Receivers
Filed under Kotlin Functions
A quick tutorial on using context receivers to scope functions in Kotlin.
How to Create a Temporary File in Kotlin
Filed under Kotlin IO
A quick tutorial on creating a temporary file in Kotlin.
Using the @Value Annotation in Kotlin
Filed under Spring
A quick tutorial on using the @Value annotation from Spring in Kotlin.
Dijkstra’s Algorithm in Kotlin
Filed under Algorithms
In this tutorial, we’ll learn how to implement Dijkstra’s algorithm in Kotlin.
Breadth-First Search Algorithm in Kotlin
Filed under Algorithms
A quick introduction to breadth-first search in Kotlin.
Assignment in While Expression in Kotlin
Filed under Kotlin Basics
A quick tutorial on alternatives to variable assignment in Kotlin while loops.