All modules:
kotlinx-serialization-cbor
Link copied to clipboard
Concise Binary Object Representation (CBOR) format implementation, as per RFC 7049.
kotlinx-serialization-core
Link copied to clipboard
Core serialization API and serializers for standard library classes, and ready to use JSON format implementation.
kotlinx-serialization-hocon
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.
kotlinx-serialization-json
Link copied to clipboard
Stable and ready to use JSON format implementation, JsonElement
API to operate with JSON trees and JSON-specific serializers.
kotlinx-serialization-properties
Link copied to clipboard
Allows converting arbitrary hierarchy of Kotlin classes to a flat key-value structure à la Java Properties.
kotlinx-serialization-protobuf
Link copied to clipboard
Protocol buffers serialization format implementation, mostly compliant to proto2 specification.