-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate the serialization from Klaxon to kotlinx-serialization library #312
Comments
Didn't @belovrv have concerns about that? |
@belovrv had doubts about the performance of kotlinx.serialization. We discussed this issue and came to the conclusion that there are no obvious problems. However, since this task is quite time-consuming, even though part of the serialization/deserialization logic will be preserved from Klaxon, we decided to postpone its implementation |
I'd like the serialization and io tasks and especially both libraries, klaxon and kotlinx.serialization, will assign it to me |
A bit more detail about serialization support. Benefits:
I envision the migration from
|
@devcrocod could we say that this is our blocker to be multiplatform? |
@zaleslaw Just one of many: #24 (comment) |
This will help integrate the dataframe better into other libraries where serialization is required, such as
ktor
,ggdsl
, and othersThe text was updated successfully, but these errors were encountered: