Registry / serialization / kotlinx-serialization-core-mingwx64

kotlinx-serialization-core-mingwx64

JSON →
library1.10.0javamavenunverified

Kotlin multiplatform serialization runtime library for the mingwX64 target.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-core-mingwx64</artifactId> <version>1.10.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-SERIALIZAT
K
kotlinx-serialization-core-mingwx64
serializationjavav1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Serializable
kotlinx.serialization.Serializable

Define a serializable data class and encode to JSON.

import kotlinx.serialization.Serializable import kotlinx.serialization.json.Json @Serializable data class User(val name: String, val age: Int) fun main() { val json = Json.encodeToString(User("Alice", 30)) println(json) }
Debug
Known issues
gotchaThis artifact is platform-specific (mingwX64); use the common artifact kotlinx-serialization-core for multiplatform projects.
fix
Add kotlinx-serialization-core as a common dependency and let Gradle resolve platform-specific variants.
affects: *
Upgrade
Version history
1.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
kotlinx-serialization-core-mingwx64 — mvn dependency:get kotlinx-serialization-core-mingwx64 · libregistry