
Serialization utility library enabling streamlined data serialization and deserialization processes. Offers integration support, facilitating easy inclusion and efficient handling of data transformations.
A Kotlin serialization utility library.
Add the following dependency to your build.gradle.kts file:
dependencies {
implementation("io.github.karya-inc:serialization-ktx:0.0.3")
}If using Maven, add this to pom.xml:
<dependency>
<groupId>io.github.karya-inc</groupId>
<artifactId>serialization-ktx</artifactId>
<version>0.0.3</version>
</dependency>To get started, clone the repository using the following command:
git clone https://github.com/karya-inc/serialization-ktx.gitTo run the tests:
Shift + F10.src/test/kotlin directory../gradlew testThis project is licensed under the MIT License - see the LICENSE file for details.
A Kotlin serialization utility library.
Add the following dependency to your build.gradle.kts file:
dependencies {
implementation("io.github.karya-inc:serialization-ktx:0.0.3")
}If using Maven, add this to pom.xml:
<dependency>
<groupId>io.github.karya-inc</groupId>
<artifactId>serialization-ktx</artifactId>
<version>0.0.3</version>
</dependency>To get started, clone the repository using the following command:
git clone https://github.com/karya-inc/serialization-ktx.gitTo run the tests:
Shift + F10.src/test/kotlin directory../gradlew testThis project is licensed under the MIT License - see the LICENSE file for details.