You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
7
8
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).
9
10
10
11
## Contributing
11
12
See the contribution guide [here](CONTRIBUTING.md).
0 commit comments