
Serialize and deserialize ordered CSV and Fixed Length Format Files, leveraging a specific serialization library. Supports multiple platforms and offers easy integration via MavenCentral.
Serialize and deserialize ordered CSV with kotlinx-serialization.
This package is uploaded to MavenCentral and supports JVM, JS and all native targets as well.
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.hfhbd.kotlinx-serialization-csv:core:LATEST")
}Apache 2
Serialize and deserialize ordered CSV with kotlinx-serialization.
This package is uploaded to MavenCentral and supports JVM, JS and all native targets as well.
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.hfhbd.kotlinx-serialization-csv:core:LATEST")
}Apache 2