Skip to content

Commit c80f890

Browse files
authored
Update README.md
1 parent 0560dd3 commit c80f890

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# KotlinX Serialization Standard Serializers (KS3)
22
![Stability Status - Stable](https://kotl.in/badges/stable.svg)
33
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/kantis/ks3/ci.yaml?branch=main)
4-
![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/io.ks3/ks3-standard?label=latest%20&server=https%3A%2F%2Fs01.oss.sonatype.org)
54

6-
This project aims to provide a set of serializers for common types, as well as provide [utilities](/doc/builders.md) to make it more convenient to build custom serializers for your needs.
5+
This project solves two things:
6+
* Provides [out-of-the-box serializers](https://github.com/Kantis/ks3/blob/main/doc/jdk.md) for a lof of commonly used Java types.
7+
* Provides [utilities](https://github.com/Kantis/ks3/blob/main/doc/builders.md) for more conveniently defining your own serializers by composition.
78

8-
> Consider this project to be [Stable](https://kotlinlang.org/docs/components-stability.html). It has been incubating for nearly two years without any major changes.
9+
This is accomplished without any additional footprint (the project only depends on KotlinX serialization itself).
910

1011
## Contributing
1112
See the contribution guide [here](CONTRIBUTING.md).

0 commit comments

Comments
 (0)