All modules:

Link copied to clipboard

Concise Binary Object Representation (CBOR) format implementation, as per RFC 7049.

Link copied to clipboard

Core serialization API and serializers for standard library classes, and ready to use JSON format implementation.

Link copied to clipboard

Allows deserialization of Config object from popular lightbend/config library into Kotlin objects. You can learn about "Human-Optimized Config Object Notation" or HOCON from library's readme.

Link copied to clipboard

Stable and ready to use JSON format implementation, JsonElement API to operate with JSON trees and JSON-specific serializers.

Link copied to clipboard

Extensions for kotlinx.serialization.json.Json for integration with the popular Okio library. Currently experimental.

Link copied to clipboard

Allows converting arbitrary hierarchy of Kotlin classes to a flat key-value structure à la Java Properties.

Link copied to clipboard

Protocol buffers serialization format implementation.