issues Search Results · repo:Kotlin/kotlinx.serialization language:Kotlin
Filter by
2k results
(73 ms)2k results
inKotlin/kotlinx.serialization (press backspace or delete to remove)What is your use-case and why do you need this feature?
I have a web application and I would like to reject strings that contain control characters (\u0000 to \u001F excluding
whitespace) while decoding. ...
question
pschichtel
- 9
- Opened 4 days ago
- #3004
Describe the bug
We have parallel heirarchies of polymorphic classes. We were seeing fields in one heirarchy appearing in the serialized
output of the other; only when namingStrategy is set.
To Reproduce ...
bug
FlightOfStairs
- 2
- Opened 5 days ago
- #3003
What is your use-case and why do you need this feature?
I have the following pattern in many of my projects:
@Serializable
sealed interface Hierarchy {
@Serializable
@SerialName( Type1 )
...
feature
bcmedeiros
- Opened 16 days ago
- #3001
I actively use Kotlin Multiplatform (KMP) in my app (frontend) and Spring Boot Kotlin on the backend. In both, I use
kotlinx.serialization and I typically share or replicate the same data models across ...
feature
wontfix
orelvis15
- 2
- Opened 19 days ago
- #3000
Describe the bug I am writing an android application and ktor is a server. I have 2 requests - 1 for verification of the
code that comes to the email, the second for the login. The response to both requests ...
waiting for clarification
citizen-of-makondo
- 1
- Opened 22 days ago
- #2999
Describe the bug
When the json parser encounters an unexpected token while parsing a data object deep in a json structure ( = 8 levels),
it throws ArrayIndexOutOfBoundsException.
This seems to be related ...
larshagencognite
- Opened 28 days ago
- #2994
What is your use-case and why do you need this feature?
There are two main use cases:
1. Migration Supporting a client-side serializer capable of handling both old and new field/class names is necessary ...
feature
Komdosh
- 1
- Opened 29 days ago
- #2993
It would be really useful if we could specify serializers for non-serializable properties at runtime, similarly to how
we specify serializers for generic properties. An imaginatory API could look like ...
feature
arkivanov
- 8
- Opened on Apr 18
- #2992
Describe the bug data class from jdbc metadata by ksp, I found that the directory generated by ksp plus @Serializable
didn t work. To Reproduce Attach a code snippet or test data if possible.
Expected ...
zjarlin
- 5
- Opened on Apr 17
- #2990
Describe the bug data class from jdbc metadata by ksp To Reproduce Attach a code snippet or test data if possible.
!-- Failed to upload image.png --
Expected behavior
Environment
- Kotlin version: ...
waiting for clarification
zjarlin
- 4
- Opened on Apr 17
- #2989

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.