Skip to content

Does this work with KMP? #245

Answered by orchestr7
realityexpander asked this question in Q&A
Discussion options

You must be logged in to vote

@realityexpander, Ktoml utilizes an API from Kotlinx Serialization, which can be found at https://github.com/Kotlin/kotlinx.serialization. The anticipated structure for implementations involves having only a decodeFromString(string) method, consistent with other Kotlin serializers.

Given our status as a multiplatform library, considerations must be made for various targets. Implementing native features unrelated to serialization, such as file reading (typically handled by separate libraries), can pose challenges. For instance, in KotlinJS, file reading is inherently not feasible.

Nevertheless, in ktoml, we've chosen to expand this functionality for platforms where we comprehend the workin…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@orchestr7
Comment options

@realityexpander
Comment options

@orchestr7
Comment options

Answer selected by realityexpander
@orchestr7
Comment options

@realityexpander
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants