simple-kotlinx-serialization-utils

Enhances serialization capabilities with additional utilities, facilitating easier integration and usage in projects. Offers straightforward setup with Maven and Gradle support.

JVMKotlin/NativeJS
GitHub stars1
Open issues1
LicenseApache License 2.0
Creation dateabout 3 years ago

Last activity29 days ago
Latest release1.0.0 (about 2 years ago)

Simple utilities for kotlinx.serialization

Maven Central GitHub Kotlin GitHub Workflow Status (with branch)

Small library which provide some utilities for koltinx.serialization

Table of Contents

  1. How to add library to you project

How to add library to you project

Maven

<dependency>
    <groupId>io.github.edmondantes</groupId>
    <artifactId>simple-kotlinx-serialization-utils</artifactId>
    <version>${simple_library_version}</version>
</dependency>

Gradle (kotlin)

implementation("io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}")

Gradle (groovy)

implementation "io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}"
JVMKotlin/NativeJS
GitHub stars1
Open issues1
LicenseApache License 2.0
Creation dateabout 3 years ago

Last activity29 days ago
Latest release1.0.0 (about 2 years ago)

Simple utilities for kotlinx.serialization

Maven Central GitHub Kotlin GitHub Workflow Status (with branch)

Small library which provide some utilities for koltinx.serialization

Table of Contents

  1. How to add library to you project

How to add library to you project

Maven

<dependency>
    <groupId>io.github.edmondantes</groupId>
    <artifactId>simple-kotlinx-serialization-utils</artifactId>
    <version>${simple_library_version}</version>
</dependency>

Gradle (kotlin)

implementation("io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}")

Gradle (groovy)

implementation "io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}"
Survey iconComplete survey to improve klibs.io ↗
Let’s go